#8F5E19

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

Shades of Golden Brown #8F5E19

Tints of Golden Brown #8F5E19

Color information

#8F5E19 (or 0x8F5E19) is unknown color: approx Golden Brown. HEX triplet: 8F, 5E and 19. RGB value is (143,94,25). Sum of RGB (Red+Green+Blue) = 143+94+25=262 (34% of max value = 765). Red value is 143 (56.25% from 255 or 54.58% from 262); Green value is 94 (37.11% from 255 or 35.88% from 262); Blue value is 25 (10.16% from 255 or 9.54% from 262); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5E19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8F5E19 is #70A1E6. Grayscale: #656565. Windows color (decimal): -7381479 or 1662607. OLE color: 1662607.

HSL color Cylindrical-coordinate representation of color #8F5E19: hue angle of 35.08º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8F5E19 is Cyan = 0, Magento = 0.34, Yellow = 0.83 and Black (K on CMYK) = 0.44.

Color convert

RGB1439425-
CMYK00.340.830.44
HSL35.08º70.24%32.94%-
HSV(B)35.08º82.52%56.08%-
XYZ15.5113.922.79-
YUV100.7885.23158.11-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 54.58%
GREEN value IS 94 (37.11% from 255) = 35.88%
BLUE value IS 25 (10.16% from 255) = 9.54%
R=54.58%
G=35.88%
B=9.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.83
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143942500.340.830.4435.0870.2432.94
Hex8F5E19022532C234621
Octal21713631042123544310641
Binary10001111101111011001010001010100111011001000111000110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F5E19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,94,25); }

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

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

 a { background-color: rgb(143,94,25); }

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

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

 span { border-color: rgb(143,94,25); }

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