Shades of Saddle Brown #7F2902
Tints of Saddle Brown #7F2902
RGB
CMYK
RGB Variations
Color information
#7F2902 (or 0x7F2902) is known color: Saddle Brown. HEX triplet: 7F, 29 and 02. RGB value is (127,41,2). Sum of RGB (Red+Green+Blue) = 127+41+2=170 (22% of max value = 765). Red value is 127 (50% from 255 or 74.71% from 170); Green value is 41 (16.41% from 255 or 24.12% from 170); Blue value is 2 (1.17% from 255 or 1.18% from 170); Max value from RGB is 127 - color contains mainly: red. Hex color #7F2902 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7F2902 is #80D6FD. Grayscale: #3E3E3E. Windows color (decimal): -8443646 or 141695. OLE color: 141695.
HSL color Cylindrical-coordinate representation of color #7F2902: hue angle of 18.72º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7F2902 is Cyan = 0, Magento = 0.68, Yellow = 0.98 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 41 | 2 | - |
| CMYK | 0 | 0.68 | 0.98 | 0.50 |
| HSL | 18.72º | 0.97% | 0.25% | - |
| HSV(B) | 18.72º | 0.98% | 0.5% | - |
| XYZ | 9.56 | 6.1 | 0.73 | - |
| YUV | 62.27 | 93.99 | 174.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 41 | 2 | 0 | 0.68 | 0.98 | 0.50 | 18.72 | 0.97 | 0.25 |
| Hex | 7F | 29 | 2 | 0 | 44 | 62 | 32 | 13 | 61 | 19 |
| Octal | 177 | 51 | 2 | 0 | 104 | 142 | 62 | 23 | 141 | 31 |
| Binary | 1111111 | 101001 | 10 | 0 | 1000100 | 1100010 | 110010 | 10011 | 1100001 | 11001 |
Color Harmonies of #7F2902
Complementary color
Monochromatic Colors of #7F2902
Black with #7F2902
Text Example
Text Example
White with #7F2902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F2902; }
p { color: rgb(127,41,2); }
H1.HeaderClassName
{
color: #7F2902;
}
.AnyTagClassName
{
color: #7F2902;
}
</style>
background-color css
<style>
a { background-color: #7F2902; }
a { background-color: rgb(127,41,2); }
div.DivClassName
{
background-color: #7F2902;
}
.BgClassName
{
background-color: #7F2902;
}
</style>
border-color css
<style>
span { border-color: #7F2902; }
span { border-color: rgb(127,41,2); }
td.TdClassName
{
border-color: #7F2902;
}
.TagClassName
{
border-color: #7F2902;
}
</style>