#8B602F

Color #8B602F Rusty Nail (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rusty Nail #8B602F

Tints of Rusty Nail #8B602F

Color information

#8B602F (or 0x8B602F) is unknown color: approx Rusty Nail. HEX triplet: 8B, 60 and 2F. RGB value is (139,96,47). Sum of RGB (Red+Green+Blue) = 139+96+47=282 (37% of max value = 765). Red value is 139 (54.69% from 255 or 49.29% from 282); Green value is 96 (37.89% from 255 or 34.04% from 282); Blue value is 47 (18.75% from 255 or 16.67% from 282); Max value from RGB is 139 - color contains mainly: red. Hex color #8B602F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B602F is #749FD0. Grayscale: #676767. Windows color (decimal): -7643089 or 3104907. OLE color: 3104907.

HSL color Cylindrical-coordinate representation of color #8B602F: hue angle of 31.96º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8B602F is Cyan = 0, Magento = 0.31, Yellow = 0.66 and Black (K on CMYK) = 0.45.

Color convert

RGB1399647-
CMYK00.310.660.45
HSL31.96º49.46%36.47%-
HSV(B)31.96º66.19%54.51%-
XYZ15.3414.064.59-
YUV103.2796.25153.48-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 139 (54.69% from 255) = 49.29%
GREEN value IS 96 (37.89% from 255) = 34.04%
BLUE value IS 47 (18.75% from 255) = 16.67%
R=49.29%
G=34.04%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.66
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139964700.310.660.4531.9649.4636.47
Hex8B602F01F422D203124
Octal2131405703710255406144
Binary1000101111000001011110111111000010101101100000110001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B602F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8B602F; }

 p { color: rgb(139,96,47); }

 H1.HeaderClassName
 {
   color: #8B602F;
 }
 .AnyTagClassName
 {
   color: #8B602F;
 }
</style>
background-color css

<style>
 a { background-color: #8B602F; }

 a { background-color: rgb(139,96,47); }

 div.DivClassName
 {
   background-color: #8B602F;
 }
 .BgClassName
 {
   background-color: #8B602F;
 }
</style>
border-color css

<style>
 span { border-color: #8B602F; }

 span { border-color: rgb(139,96,47); }

 td.TdClassName
 {
   border-color: #8B602F;
 }
 .TagClassName
 {
   border-color: #8B602F;
 }
</style>