Shades of Saddle Brown #7F4004
Tints of Saddle Brown #7F4004
RGB
CMYK
RGB Variations
Color information
#7F4004 (or 0x7F4004) is known color: Saddle Brown. HEX triplet: 7F, 40 and 04. RGB value is (127,64,4). Sum of RGB (Red+Green+Blue) = 127+64+4=195 (25% of max value = 765). Red value is 127 (50% from 255 or 65.13% from 195); Green value is 64 (25.39% from 255 or 32.82% from 195); Blue value is 4 (1.95% from 255 or 2.05% from 195); Max value from RGB is 127 - color contains mainly: red. Hex color #7F4004 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7F4004 is #80BFFB. Grayscale: #4C4C4C. Windows color (decimal): -8437756 or 278655. OLE color: 278655.
HSL color Cylindrical-coordinate representation of color #7F4004: hue angle of 29.27º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7F4004 is Cyan = 0, Magento = 0.50, Yellow = 0.97 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 64 | 4 | - |
| CMYK | 0 | 0.50 | 0.97 | 0.50 |
| HSL | 29.27º | 0.94% | 0.26% | - |
| HSV(B) | 29.27º | 0.97% | 0.5% | - |
| XYZ | 10.61 | 8.19 | 1.14 | - |
| YUV | 76 | 87.37 | 164.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 64 | 4 | 0 | 0.50 | 0.97 | 0.50 | 29.27 | 0.94 | 0.26 |
| Hex | 7F | 40 | 4 | 0 | 32 | 61 | 32 | 1D | 5E | 1A |
| Octal | 177 | 100 | 4 | 0 | 62 | 141 | 62 | 35 | 136 | 32 |
| Binary | 1111111 | 1000000 | 100 | 0 | 110010 | 1100001 | 110010 | 11101 | 1011110 | 11010 |
Color Harmonies of #7F4004
Complementary color
Monochromatic Colors of #7F4004
Black with #7F4004
Text Example
Text Example
White with #7F4004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F4004; }
p { color: rgb(127,64,4); }
H1.HeaderClassName
{
color: #7F4004;
}
.AnyTagClassName
{
color: #7F4004;
}
</style>
background-color css
<style>
a { background-color: #7F4004; }
a { background-color: rgb(127,64,4); }
div.DivClassName
{
background-color: #7F4004;
}
.BgClassName
{
background-color: #7F4004;
}
</style>
border-color css
<style>
span { border-color: #7F4004; }
span { border-color: rgb(127,64,4); }
td.TdClassName
{
border-color: #7F4004;
}
.TagClassName
{
border-color: #7F4004;
}
</style>