Shades of Golden Brown #8F7409
Tints of Golden Brown #8F7409
RGB
CMYK
RGB Variations
Color information
#8F7409 (or 0x8F7409) is known color: Golden Brown. HEX triplet: 8F, 74 and 09. RGB value is (143,116,9). Sum of RGB (Red+Green+Blue) = 143+116+9=268 (35% of max value = 765). Red value is 143 (56.25% from 255 or 53.36% from 268); Green value is 116 (45.70% from 255 or 43.28% from 268); Blue value is 9 (3.91% from 255 or 3.36% from 268); Max value from RGB is 143 - color contains mainly: red. Hex color #8F7409 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8F7409 is #708BF6. Grayscale: #707070. Windows color (decimal): -7375863 or 619663. OLE color: 619663.
HSL color Cylindrical-coordinate representation of color #8F7409: hue angle of 47.91º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8F7409 is Cyan = 0, Magento = 0.19, Yellow = 0.94 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 116 | 9 | - |
| CMYK | 0 | 0.19 | 0.94 | 0.44 |
| HSL | 47.91º | 0.88% | 0.3% | - |
| HSV(B) | 47.91º | 0.94% | 0.56% | - |
| XYZ | 17.62 | 18.35 | 2.87 | - |
| YUV | 111.88 | 69.95 | 150.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 116 | 9 | 0 | 0.19 | 0.94 | 0.44 | 47.91 | 0.88 | 0.3 |
| Hex | 8F | 74 | 9 | 0 | 13 | 5E | 2C | 30 | 58 | 1E |
| Octal | 217 | 164 | 11 | 0 | 23 | 136 | 54 | 60 | 130 | 36 |
| Binary | 10001111 | 1110100 | 1001 | 0 | 10011 | 1011110 | 101100 | 110000 | 1011000 | 11110 |
Color Harmonies of #8F7409
Complementary color
Monochromatic Colors of #8F7409
Black with #8F7409
Text Example
Text Example
White with #8F7409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F7409; }
p { color: rgb(143,116,9); }
H1.HeaderClassName
{
color: #8F7409;
}
.AnyTagClassName
{
color: #8F7409;
}
</style>
background-color css
<style>
a { background-color: #8F7409; }
a { background-color: rgb(143,116,9); }
div.DivClassName
{
background-color: #8F7409;
}
.BgClassName
{
background-color: #8F7409;
}
</style>
border-color css
<style>
span { border-color: #8F7409; }
span { border-color: rgb(143,116,9); }
td.TdClassName
{
border-color: #8F7409;
}
.TagClassName
{
border-color: #8F7409;
}
</style>