Shades of Golden Brown #8F5F0D
Tints of Golden Brown #8F5F0D
RGB
CMYK
RGB Variations
Color information
#8F5F0D (or 0x8F5F0D) is known color: Golden Brown. HEX triplet: 8F, 5F and 0D. RGB value is (143,95,13). Sum of RGB (Red+Green+Blue) = 143+95+13=251 (33% of max value = 765). Red value is 143 (56.25% from 255 or 56.97% from 251); Green value is 95 (37.5% from 255 or 37.85% from 251); Blue value is 13 (5.47% from 255 or 5.18% from 251); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5F0D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8F5F0D is #70A0F2. Grayscale: #646464. Windows color (decimal): -7381235 or 876431. OLE color: 876431.
HSL color Cylindrical-coordinate representation of color #8F5F0D: hue angle of 37.85º degrees, saturation: 0.83, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8F5F0D is Cyan = 0, Magento = 0.34, Yellow = 0.91 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 95 | 13 | - |
| CMYK | 0 | 0.34 | 0.91 | 0.44 |
| HSL | 37.85º | 0.83% | 0.31% | - |
| HSV(B) | 37.85º | 0.91% | 0.56% | - |
| XYZ | 15.49 | 14.05 | 2.28 | - |
| YUV | 100 | 78.9 | 158.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 95 | 13 | 0 | 0.34 | 0.91 | 0.44 | 37.85 | 0.83 | 0.31 |
| Hex | 8F | 5F | D | 0 | 22 | 5B | 2C | 26 | 53 | 1F |
| Octal | 217 | 137 | 15 | 0 | 42 | 133 | 54 | 46 | 123 | 37 |
| Binary | 10001111 | 1011111 | 1101 | 0 | 100010 | 1011011 | 101100 | 100110 | 1010011 | 11111 |
Color Harmonies of #8F5F0D
Complementary color
Monochromatic Colors of #8F5F0D
Black with #8F5F0D
Text Example
Text Example
White with #8F5F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F5F0D; }
p { color: rgb(143,95,13); }
H1.HeaderClassName
{
color: #8F5F0D;
}
.AnyTagClassName
{
color: #8F5F0D;
}
</style>
background-color css
<style>
a { background-color: #8F5F0D; }
a { background-color: rgb(143,95,13); }
div.DivClassName
{
background-color: #8F5F0D;
}
.BgClassName
{
background-color: #8F5F0D;
}
</style>
border-color css
<style>
span { border-color: #8F5F0D; }
span { border-color: rgb(143,95,13); }
td.TdClassName
{
border-color: #8F5F0D;
}
.TagClassName
{
border-color: #8F5F0D;
}
</style>