Shades of Golden Brown #8F5D03
Tints of Golden Brown #8F5D03
RGB
CMYK
RGB Variations
Color information
#8F5D03 (or 0x8F5D03) is known color: Golden Brown. HEX triplet: 8F, 5D and 03. RGB value is (143,93,3). Sum of RGB (Red+Green+Blue) = 143+93+3=239 (31% of max value = 765). Red value is 143 (56.25% from 255 or 59.83% from 239); Green value is 93 (36.72% from 255 or 38.91% from 239); Blue value is 3 (1.56% from 255 or 1.26% from 239); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5D03 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8F5D03 is #70A2FC. Grayscale: #626262. Windows color (decimal): -7381757 or 220559. OLE color: 220559.
HSL color Cylindrical-coordinate representation of color #8F5D03: hue angle of 38.57º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8F5D03 is Cyan = 0, Magento = 0.35, Yellow = 0.98 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 93 | 3 | - |
| CMYK | 0 | 0.35 | 0.98 | 0.44 |
| HSL | 38.57º | 0.96% | 0.29% | - |
| HSV(B) | 38.57º | 0.98% | 0.56% | - |
| XYZ | 15.26 | 13.67 | 1.92 | - |
| YUV | 97.69 | 74.57 | 160.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 93 | 3 | 0 | 0.35 | 0.98 | 0.44 | 38.57 | 0.96 | 0.29 |
| Hex | 8F | 5D | 3 | 0 | 23 | 62 | 2C | 27 | 60 | 1D |
| Octal | 217 | 135 | 3 | 0 | 43 | 142 | 54 | 47 | 140 | 35 |
| Binary | 10001111 | 1011101 | 11 | 0 | 100011 | 1100010 | 101100 | 100111 | 1100000 | 11101 |
Color Harmonies of #8F5D03
Complementary color
Monochromatic Colors of #8F5D03
Black with #8F5D03
Text Example
Text Example
White with #8F5D03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F5D03; }
p { color: rgb(143,93,3); }
H1.HeaderClassName
{
color: #8F5D03;
}
.AnyTagClassName
{
color: #8F5D03;
}
</style>
background-color css
<style>
a { background-color: #8F5D03; }
a { background-color: rgb(143,93,3); }
div.DivClassName
{
background-color: #8F5D03;
}
.BgClassName
{
background-color: #8F5D03;
}
</style>
border-color css
<style>
span { border-color: #8F5D03; }
span { border-color: rgb(143,93,3); }
td.TdClassName
{
border-color: #8F5D03;
}
.TagClassName
{
border-color: #8F5D03;
}
</style>