#8F5B02

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

Shades of Golden Brown #8F5B02

Tints of Golden Brown #8F5B02

Color information

#8F5B02 (or 0x8F5B02) is unknown color: approx Golden Brown. HEX triplet: 8F, 5B and 02. RGB value is (143,91,2). Sum of RGB (Red+Green+Blue) = 143+91+2=236 (31% of max value = 765). Red value is 143 (56.25% from 255 or 60.59% from 236); Green value is 91 (35.94% from 255 or 38.56% from 236); Blue value is 2 (1.17% from 255 or 0.85% from 236); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5B02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8F5B02 is #70A4FD. Grayscale: #606060. Windows color (decimal): -7382270 or 154511. OLE color: 154511.

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

Color convert

RGB143912-
CMYK00.360.990.44
HSL37.87º97.24%28.43%-
HSV(B)37.87º98.6%56.08%-
XYZ15.0813.331.83-
YUV96.474.73161.24-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 60.59%
GREEN value IS 91 (35.94% from 255) = 38.56%
BLUE value IS 2 (1.17% from 255) = 0.85%
R=60.59%
G=38.56%
B=0.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.99
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14391200.360.990.4437.8797.2428.43
Hex8F5B2024632C26611c
Octal2171332044143544614134
Binary1000111110110111001001001100011101100100110110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F5B02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,91,2); }

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

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

 a { background-color: rgb(143,91,2); }

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

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

 span { border-color: rgb(143,91,2); }

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