Shades of Golden Brown #8F5D02
Tints of Golden Brown #8F5D02
RGB
CMYK
RGB Variations
Color information
#8F5D02 (or 0x8F5D02) is known color: Golden Brown. HEX triplet: 8F, 5D and 02. RGB value is (143,93,2). Sum of RGB (Red+Green+Blue) = 143+93+2=238 (31% of max value = 765). Red value is 143 (56.25% from 255 or 60.08% from 238); Green value is 93 (36.72% from 255 or 39.08% from 238); Blue value is 2 (1.17% from 255 or 0.84% from 238); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5D02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8F5D02 is #70A2FD. Grayscale: #616161. Windows color (decimal): -7381758 or 155023. OLE color: 155023.
HSL color Cylindrical-coordinate representation of color #8F5D02: hue angle of 38.72º 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 #8F5D02 is Cyan = 0, Magento = 0.35, Yellow = 0.99 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 93 | 2 | - |
| CMYK | 0 | 0.35 | 0.99 | 0.44 |
| HSL | 38.72º | 0.97% | 0.28% | - |
| HSV(B) | 38.72º | 0.99% | 0.56% | - |
| XYZ | 15.25 | 13.67 | 1.89 | - |
| YUV | 97.58 | 74.07 | 160.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 93 | 2 | 0 | 0.35 | 0.99 | 0.44 | 38.72 | 0.97 | 0.28 |
| Hex | 8F | 5D | 2 | 0 | 23 | 63 | 2C | 27 | 61 | 1C |
| Octal | 217 | 135 | 2 | 0 | 43 | 143 | 54 | 47 | 141 | 34 |
| Binary | 10001111 | 1011101 | 10 | 0 | 100011 | 1100011 | 101100 | 100111 | 1100001 | 11100 |
Color Harmonies of #8F5D02
Complementary color
Monochromatic Colors of #8F5D02
Black with #8F5D02
Text Example
Text Example
White with #8F5D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F5D02; }
p { color: rgb(143,93,2); }
H1.HeaderClassName
{
color: #8F5D02;
}
.AnyTagClassName
{
color: #8F5D02;
}
</style>
background-color css
<style>
a { background-color: #8F5D02; }
a { background-color: rgb(143,93,2); }
div.DivClassName
{
background-color: #8F5D02;
}
.BgClassName
{
background-color: #8F5D02;
}
</style>
border-color css
<style>
span { border-color: #8F5D02; }
span { border-color: rgb(143,93,2); }
td.TdClassName
{
border-color: #8F5D02;
}
.TagClassName
{
border-color: #8F5D02;
}
</style>