Shades of Saddle Brown #7F4008
Tints of Saddle Brown #7F4008
RGB
CMYK
RGB Variations
Color information
#7F4008 (or 0x7F4008) is known color: Saddle Brown. HEX triplet: 7F, 40 and 08. RGB value is (127,64,8). Sum of RGB (Red+Green+Blue) = 127+64+8=199 (26% of max value = 765). Red value is 127 (50% from 255 or 63.82% from 199); Green value is 64 (25.39% from 255 or 32.16% from 199); Blue value is 8 (3.52% from 255 or 4.02% from 199); Max value from RGB is 127 - color contains mainly: red. Hex color #7F4008 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7F4008 is #80BFF7. Grayscale: #4C4C4C. Windows color (decimal): -8437752 or 540799. OLE color: 540799.
HSL color Cylindrical-coordinate representation of color #7F4008: hue angle of 28.24º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7F4008 is Cyan = 0, Magento = 0.50, Yellow = 0.94 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 64 | 8 | - |
| CMYK | 0 | 0.50 | 0.94 | 0.50 |
| HSL | 28.24º | 0.88% | 0.26% | - |
| HSV(B) | 28.24º | 0.94% | 0.5% | - |
| XYZ | 10.63 | 8.2 | 1.25 | - |
| YUV | 76.45 | 89.37 | 164.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 64 | 8 | 0 | 0.50 | 0.94 | 0.50 | 28.24 | 0.88 | 0.26 |
| Hex | 7F | 40 | 8 | 0 | 32 | 5E | 32 | 1C | 58 | 1A |
| Octal | 177 | 100 | 10 | 0 | 62 | 136 | 62 | 34 | 130 | 32 |
| Binary | 1111111 | 1000000 | 1000 | 0 | 110010 | 1011110 | 110010 | 11100 | 1011000 | 11010 |
Color Harmonies of #7F4008
Complementary color
Monochromatic Colors of #7F4008
Black with #7F4008
Text Example
Text Example
White with #7F4008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F4008; }
p { color: rgb(127,64,8); }
H1.HeaderClassName
{
color: #7F4008;
}
.AnyTagClassName
{
color: #7F4008;
}
</style>
background-color css
<style>
a { background-color: #7F4008; }
a { background-color: rgb(127,64,8); }
div.DivClassName
{
background-color: #7F4008;
}
.BgClassName
{
background-color: #7F4008;
}
</style>
border-color css
<style>
span { border-color: #7F4008; }
span { border-color: rgb(127,64,8); }
td.TdClassName
{
border-color: #7F4008;
}
.TagClassName
{
border-color: #7F4008;
}
</style>