#8B5F18

Color #8B5F18 Golden Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Brown #8B5F18

Tints of Golden Brown #8B5F18

Color information

#8B5F18 (or 0x8B5F18) is unknown color: approx Golden Brown. HEX triplet: 8B, 5F and 18. RGB value is (139,95,24). Sum of RGB (Red+Green+Blue) = 139+95+24=258 (34% of max value = 765). Red value is 139 (54.69% from 255 or 53.88% from 258); Green value is 95 (37.5% from 255 or 36.82% from 258); Blue value is 24 (9.77% from 255 or 9.30% from 258); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5F18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8B5F18 is #74A0E7. Grayscale: #646464. Windows color (decimal): -7643368 or 1597323. OLE color: 1597323.

HSL color Cylindrical-coordinate representation of color #8B5F18: hue angle of 37.04º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8B5F18 is Cyan = 0, Magento = 0.32, Yellow = 0.83 and Black (K on CMYK) = 0.45.

Color convert

RGB1399524-
CMYK00.320.830.45
HSL37.04º70.55%31.96%-
HSV(B)37.04º82.73%54.51%-
XYZ14.913.742.73-
YUV100.0685.08155.77-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 53.88%
GREEN value IS 95 (37.5% from 255) = 36.82%
BLUE value IS 24 (9.77% from 255) = 9.30%
R=53.88%
G=36.82%
B=9.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.83
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139952400.320.830.4537.0470.5531.96
Hex8B5F18020532D254720
Octal21313730040123554510740
Binary10001011101111111000010000010100111011011001011000111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5F18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,95,24); }

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

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

 a { background-color: rgb(139,95,24); }

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

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

 span { border-color: rgb(139,95,24); }

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