Shades of Golden Brown #8F5E0D
Tints of Golden Brown #8F5E0D
RGB
CMYK
RGB Variations
Color information
#8F5E0D (or 0x8F5E0D) is known color: Golden Brown. HEX triplet: 8F, 5E and 0D. RGB value is (143,94,13). Sum of RGB (Red+Green+Blue) = 143+94+13=250 (33% of max value = 765). Red value is 143 (56.25% from 255 or 57.2% from 250); Green value is 94 (37.11% from 255 or 37.6% from 250); Blue value is 13 (5.47% from 255 or 5.2% from 250); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5E0D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8F5E0D is #70A1F2. Grayscale: #636363. Windows color (decimal): -7381491 or 876175. OLE color: 876175.
HSL color Cylindrical-coordinate representation of color #8F5E0D: hue angle of 37.38º 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 #8F5E0D is Cyan = 0, Magento = 0.34, Yellow = 0.91 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 94 | 13 | - |
| CMYK | 0 | 0.34 | 0.91 | 0.44 |
| HSL | 37.38º | 0.83% | 0.31% | - |
| HSV(B) | 37.38º | 0.91% | 0.56% | - |
| XYZ | 15.4 | 13.87 | 2.25 | - |
| YUV | 99.42 | 79.23 | 159.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 94 | 13 | 0 | 0.34 | 0.91 | 0.44 | 37.38 | 0.83 | 0.31 |
| Hex | 8F | 5E | D | 0 | 22 | 5B | 2C | 25 | 53 | 1F |
| Octal | 217 | 136 | 15 | 0 | 42 | 133 | 54 | 45 | 123 | 37 |
| Binary | 10001111 | 1011110 | 1101 | 0 | 100010 | 1011011 | 101100 | 100101 | 1010011 | 11111 |
Color Harmonies of #8F5E0D
Complementary color
Monochromatic Colors of #8F5E0D
Black with #8F5E0D
Text Example
Text Example
White with #8F5E0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F5E0D; }
p { color: rgb(143,94,13); }
H1.HeaderClassName
{
color: #8F5E0D;
}
.AnyTagClassName
{
color: #8F5E0D;
}
</style>
background-color css
<style>
a { background-color: #8F5E0D; }
a { background-color: rgb(143,94,13); }
div.DivClassName
{
background-color: #8F5E0D;
}
.BgClassName
{
background-color: #8F5E0D;
}
</style>
border-color css
<style>
span { border-color: #8F5E0D; }
span { border-color: rgb(143,94,13); }
td.TdClassName
{
border-color: #8F5E0D;
}
.TagClassName
{
border-color: #8F5E0D;
}
</style>