#8F5F04

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

Shades of Golden Brown #8F5F04

Tints of Golden Brown #8F5F04

Color information

#8F5F04 (or 0x8F5F04) is unknown color: approx Golden Brown. HEX triplet: 8F, 5F and 04. RGB value is (143,95,4). Sum of RGB (Red+Green+Blue) = 143+95+4=242 (32% of max value = 765). Red value is 143 (56.25% from 255 or 59.09% from 242); Green value is 95 (37.5% from 255 or 39.26% from 242); Blue value is 4 (1.95% from 255 or 1.65% from 242); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5F04 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8F5F04 is #70A0FB. Grayscale: #636363. Windows color (decimal): -7381244 or 286607. OLE color: 286607.

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

Color convert

RGB143954-
CMYK00.340.970.44
HSL39.28º94.56%28.82%-
HSV(B)39.28º97.2%56.08%-
XYZ15.4414.032.01-
YUV98.9874.4159.4-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 59.09%
GREEN value IS 95 (37.5% from 255) = 39.26%
BLUE value IS 4 (1.95% from 255) = 1.65%
R=59.09%
G=39.26%
B=1.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.97
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14395400.340.970.4439.2894.5628.82
Hex8F5F4022612C275f1d
Octal2171374042141544713735
Binary10001111101111110001000101100001101100100111101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F5F04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,95,4); }

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

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

 a { background-color: rgb(143,95,4); }

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

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

 span { border-color: rgb(143,95,4); }

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