#8F7208

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

Shades of Golden Brown #8F7208

Tints of Golden Brown #8F7208

Color information

#8F7208 (or 0x8F7208) is unknown color: approx Golden Brown. HEX triplet: 8F, 72 and 08. RGB value is (143,114,8). Sum of RGB (Red+Green+Blue) = 143+114+8=265 (35% of max value = 765). Red value is 143 (56.25% from 255 or 53.96% from 265); Green value is 114 (44.92% from 255 or 43.02% from 265); Blue value is 8 (3.52% from 255 or 3.02% from 265); Max value from RGB is 143 - color contains mainly: red. Hex color #8F7208 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8F7208 is #708DF7. Grayscale: #6F6F6F. Windows color (decimal): -7376376 or 553615. OLE color: 553615.

HSL color Cylindrical-coordinate representation of color #8F7208: hue angle of 47.11º degrees, saturation: 0.89, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8F7208 is Cyan = 0, Magento = 0.20, Yellow = 0.94 and Black (K on CMYK) = 0.44.

Color convert

RGB1431148-
CMYK00.200.940.44
HSL47.11º89.4%29.61%-
HSV(B)47.11º94.41%56.08%-
XYZ17.3917.892.77-
YUV110.5970.11151.12-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 53.96%
GREEN value IS 114 (44.92% from 255) = 43.02%
BLUE value IS 8 (3.52% from 255) = 3.02%
R=53.96%
G=43.02%
B=3.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.94
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143114800.200.940.4447.1189.429.61
Hex8F7280145E2C2f591e
Octal21716210024136545713136
Binary10001111111001010000101001011110101100101111101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F7208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,114,8); }

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

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

 a { background-color: rgb(143,114,8); }

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

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

 span { border-color: rgb(143,114,8); }

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