Shades of Saddle Brown #7F2F04
Tints of Saddle Brown #7F2F04
RGB
CMYK
RGB Variations
Color information
#7F2F04 (or 0x7F2F04) is known color: Saddle Brown. HEX triplet: 7F, 2F and 04. RGB value is (127,47,4). Sum of RGB (Red+Green+Blue) = 127+47+4=178 (23% of max value = 765). Red value is 127 (50% from 255 or 71.35% from 178); Green value is 47 (18.75% from 255 or 26.40% from 178); Blue value is 4 (1.95% from 255 or 2.25% from 178); Max value from RGB is 127 - color contains mainly: red. Hex color #7F2F04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7F2F04 is #80D0FB. Grayscale: #424242. Windows color (decimal): -8442108 or 274303. OLE color: 274303.
HSL color Cylindrical-coordinate representation of color #7F2F04: hue angle of 20.98º 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 #7F2F04 is Cyan = 0, Magento = 0.63, Yellow = 0.97 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 47 | 4 | - |
| CMYK | 0 | 0.63 | 0.97 | 0.50 |
| HSL | 20.98º | 0.94% | 0.26% | - |
| HSV(B) | 20.98º | 0.97% | 0.5% | - |
| XYZ | 9.79 | 6.55 | 0.86 | - |
| YUV | 66.02 | 93 | 171.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 47 | 4 | 0 | 0.63 | 0.97 | 0.50 | 20.98 | 0.94 | 0.26 |
| Hex | 7F | 2F | 4 | 0 | 3F | 61 | 32 | 15 | 5E | 1A |
| Octal | 177 | 57 | 4 | 0 | 77 | 141 | 62 | 25 | 136 | 32 |
| Binary | 1111111 | 101111 | 100 | 0 | 111111 | 1100001 | 110010 | 10101 | 1011110 | 11010 |
Color Harmonies of #7F2F04
Complementary color
Monochromatic Colors of #7F2F04
Black with #7F2F04
Text Example
Text Example
White with #7F2F04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F2F04; }
p { color: rgb(127,47,4); }
H1.HeaderClassName
{
color: #7F2F04;
}
.AnyTagClassName
{
color: #7F2F04;
}
</style>
background-color css
<style>
a { background-color: #7F2F04; }
a { background-color: rgb(127,47,4); }
div.DivClassName
{
background-color: #7F2F04;
}
.BgClassName
{
background-color: #7F2F04;
}
</style>
border-color css
<style>
span { border-color: #7F2F04; }
span { border-color: rgb(127,47,4); }
td.TdClassName
{
border-color: #7F2F04;
}
.TagClassName
{
border-color: #7F2F04;
}
</style>