Shades of Saddle Brown #7F2C04
Tints of Saddle Brown #7F2C04
RGB
CMYK
RGB Variations
Color information
#7F2C04 (or 0x7F2C04) is known color: Saddle Brown. HEX triplet: 7F, 2C and 04. RGB value is (127,44,4). Sum of RGB (Red+Green+Blue) = 127+44+4=175 (23% of max value = 765). Red value is 127 (50% from 255 or 72.57% from 175); Green value is 44 (17.58% from 255 or 25.14% from 175); Blue value is 4 (1.95% from 255 or 2.29% from 175); Max value from RGB is 127 - color contains mainly: red. Hex color #7F2C04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7F2C04 is #80D3FB. Grayscale: #404040. Windows color (decimal): -8442876 or 273535. OLE color: 273535.
HSL color Cylindrical-coordinate representation of color #7F2C04: hue angle of 19.51º 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 #7F2C04 is Cyan = 0, Magento = 0.65, Yellow = 0.97 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 44 | 4 | - |
| CMYK | 0 | 0.65 | 0.97 | 0.50 |
| HSL | 19.51º | 0.94% | 0.26% | - |
| HSV(B) | 19.51º | 0.97% | 0.5% | - |
| XYZ | 9.67 | 6.32 | 0.83 | - |
| YUV | 64.26 | 94 | 172.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 44 | 4 | 0 | 0.65 | 0.97 | 0.50 | 19.51 | 0.94 | 0.26 |
| Hex | 7F | 2C | 4 | 0 | 41 | 61 | 32 | 14 | 5E | 1A |
| Octal | 177 | 54 | 4 | 0 | 101 | 141 | 62 | 24 | 136 | 32 |
| Binary | 1111111 | 101100 | 100 | 0 | 1000001 | 1100001 | 110010 | 10100 | 1011110 | 11010 |
Color Harmonies of #7F2C04
Complementary color
Monochromatic Colors of #7F2C04
Black with #7F2C04
Text Example
Text Example
White with #7F2C04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F2C04; }
p { color: rgb(127,44,4); }
H1.HeaderClassName
{
color: #7F2C04;
}
.AnyTagClassName
{
color: #7F2C04;
}
</style>
background-color css
<style>
a { background-color: #7F2C04; }
a { background-color: rgb(127,44,4); }
div.DivClassName
{
background-color: #7F2C04;
}
.BgClassName
{
background-color: #7F2C04;
}
</style>
border-color css
<style>
span { border-color: #7F2C04; }
span { border-color: rgb(127,44,4); }
td.TdClassName
{
border-color: #7F2C04;
}
.TagClassName
{
border-color: #7F2C04;
}
</style>