Shades of Golden Brown #8F5F02
Tints of Golden Brown #8F5F02
RGB
CMYK
RGB Variations
Color information
#8F5F02 (or 0x8F5F02) is known color: Golden Brown. HEX triplet: 8F, 5F and 02. RGB value is (143,95,2). Sum of RGB (Red+Green+Blue) = 143+95+2=240 (31% of max value = 765). Red value is 143 (56.25% from 255 or 59.58% from 240); Green value is 95 (37.5% from 255 or 39.58% from 240); Blue value is 2 (1.17% from 255 or 0.83% from 240); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5F02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8F5F02 is #70A0FD. Grayscale: #636363. Windows color (decimal): -7381246 or 155535. OLE color: 155535.
HSL color Cylindrical-coordinate representation of color #8F5F02: hue angle of 39.57º 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 #8F5F02 is Cyan = 0, Magento = 0.34, Yellow = 0.99 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 95 | 2 | - |
| CMYK | 0 | 0.34 | 0.99 | 0.44 |
| HSL | 39.57º | 0.97% | 0.28% | - |
| HSV(B) | 39.57º | 0.99% | 0.56% | - |
| XYZ | 15.43 | 14.03 | 1.95 | - |
| YUV | 98.75 | 73.4 | 159.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 95 | 2 | 0 | 0.34 | 0.99 | 0.44 | 39.57 | 0.97 | 0.28 |
| Hex | 8F | 5F | 2 | 0 | 22 | 63 | 2C | 28 | 61 | 1C |
| Octal | 217 | 137 | 2 | 0 | 42 | 143 | 54 | 50 | 141 | 34 |
| Binary | 10001111 | 1011111 | 10 | 0 | 100010 | 1100011 | 101100 | 101000 | 1100001 | 11100 |
Color Harmonies of #8F5F02
Complementary color
Monochromatic Colors of #8F5F02
Black with #8F5F02
Text Example
Text Example
White with #8F5F02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F5F02; }
p { color: rgb(143,95,2); }
H1.HeaderClassName
{
color: #8F5F02;
}
.AnyTagClassName
{
color: #8F5F02;
}
</style>
background-color css
<style>
a { background-color: #8F5F02; }
a { background-color: rgb(143,95,2); }
div.DivClassName
{
background-color: #8F5F02;
}
.BgClassName
{
background-color: #8F5F02;
}
</style>
border-color css
<style>
span { border-color: #8F5F02; }
span { border-color: rgb(143,95,2); }
td.TdClassName
{
border-color: #8F5F02;
}
.TagClassName
{
border-color: #8F5F02;
}
</style>