Shades of Saddle Brown #7F2900
Tints of Saddle Brown #7F2900
RGB
CMYK
RGB Variations
Color information
#7F2900 (or 0x7F2900) is known color: Saddle Brown. HEX triplet: 7F, 29 and 00. RGB value is (127,41,0). Sum of RGB (Red+Green+Blue) = 127+41+0=168 (22% of max value = 765). Red value is 127 (50% from 255 or 75.60% from 168); Green value is 41 (16.41% from 255 or 24.40% from 168); Blue value is 0 (0.39% from 255 or 0% from 168); Max value from RGB is 127 - color contains mainly: red. Hex color #7F2900 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7F2900 is #80D6FF. Grayscale: #3E3E3E. Windows color (decimal): -8443648 or 10623. OLE color: 10623.
HSL color Cylindrical-coordinate representation of color #7F2900: hue angle of 19.37º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7F2900 is Cyan = 0, Magento = 0.68, Yellow = 1 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 41 | 0 | - |
| CMYK | 0 | 0.68 | 1 | 0.50 |
| HSL | 19.37º | 1% | 0.25% | - |
| HSV(B) | 19.37º | 1% | 0.5% | - |
| XYZ | 9.55 | 6.1 | 0.67 | - |
| YUV | 62.04 | 92.99 | 174.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 41 | 0 | 0 | 0.68 | 1 | 0.50 | 19.37 | 1 | 0.25 |
| Hex | 7F | 29 | 0 | 0 | 44 | 64 | 32 | 13 | 64 | 19 |
| Octal | 177 | 51 | 0 | 0 | 104 | 144 | 62 | 23 | 144 | 31 |
| Binary | 1111111 | 101001 | 0 | 0 | 1000100 | 1100100 | 110010 | 10011 | 1100100 | 11001 |
Color Harmonies of #7F2900
Complementary color
Monochromatic Colors of #7F2900
Black with #7F2900
Text Example
Text Example
White with #7F2900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F2900; }
p { color: rgb(127,41,0); }
H1.HeaderClassName
{
color: #7F2900;
}
.AnyTagClassName
{
color: #7F2900;
}
</style>
background-color css
<style>
a { background-color: #7F2900; }
a { background-color: rgb(127,41,0); }
div.DivClassName
{
background-color: #7F2900;
}
.BgClassName
{
background-color: #7F2900;
}
</style>
border-color css
<style>
span { border-color: #7F2900; }
span { border-color: rgb(127,41,0); }
td.TdClassName
{
border-color: #7F2900;
}
.TagClassName
{
border-color: #7F2900;
}
</style>