Shades of Saddle Brown #7F4009
Tints of Saddle Brown #7F4009
RGB
CMYK
RGB Variations
Color information
#7F4009 (or 0x7F4009) is known color: Saddle Brown. HEX triplet: 7F, 40 and 09. RGB value is (127,64,9). Sum of RGB (Red+Green+Blue) = 127+64+9=200 (26% of max value = 765). Red value is 127 (50% from 255 or 63.5% from 200); Green value is 64 (25.39% from 255 or 32% from 200); Blue value is 9 (3.91% from 255 or 4.5% from 200); Max value from RGB is 127 - color contains mainly: red. Hex color #7F4009 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7F4009 is #80BFF6. Grayscale: #4C4C4C. Windows color (decimal): -8437751 or 606335. OLE color: 606335.
HSL color Cylindrical-coordinate representation of color #7F4009: hue angle of 27.97º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7F4009 is Cyan = 0, Magento = 0.50, Yellow = 0.93 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 64 | 9 | - |
| CMYK | 0 | 0.50 | 0.93 | 0.50 |
| HSL | 27.97º | 0.87% | 0.27% | - |
| HSV(B) | 27.97º | 0.93% | 0.5% | - |
| XYZ | 10.64 | 8.2 | 1.28 | - |
| YUV | 76.57 | 89.87 | 163.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 64 | 9 | 0 | 0.50 | 0.93 | 0.50 | 27.97 | 0.87 | 0.27 |
| Hex | 7F | 40 | 9 | 0 | 32 | 5D | 32 | 1C | 57 | 1B |
| Octal | 177 | 100 | 11 | 0 | 62 | 135 | 62 | 34 | 127 | 33 |
| Binary | 1111111 | 1000000 | 1001 | 0 | 110010 | 1011101 | 110010 | 11100 | 1010111 | 11011 |
Color Harmonies of #7F4009
Complementary color
Monochromatic Colors of #7F4009
Black with #7F4009
Text Example
Text Example
White with #7F4009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F4009; }
p { color: rgb(127,64,9); }
H1.HeaderClassName
{
color: #7F4009;
}
.AnyTagClassName
{
color: #7F4009;
}
</style>
background-color css
<style>
a { background-color: #7F4009; }
a { background-color: rgb(127,64,9); }
div.DivClassName
{
background-color: #7F4009;
}
.BgClassName
{
background-color: #7F4009;
}
</style>
border-color css
<style>
span { border-color: #7F4009; }
span { border-color: rgb(127,64,9); }
td.TdClassName
{
border-color: #7F4009;
}
.TagClassName
{
border-color: #7F4009;
}
</style>