Shades of Saddle Brown #7E2C01
Tints of Saddle Brown #7E2C01
RGB
CMYK
RGB Variations
Color information
#7E2C01 (or 0x7E2C01) is known color: Saddle Brown. HEX triplet: 7E, 2C and 01. RGB value is (126,44,1). Sum of RGB (Red+Green+Blue) = 126+44+1=171 (22% of max value = 765). Red value is 126 (49.61% from 255 or 73.68% from 171); Green value is 44 (17.58% from 255 or 25.73% from 171); Blue value is 1 (0.78% from 255 or 0.58% from 171); Max value from RGB is 126 - color contains mainly: red. Hex color #7E2C01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7E2C01 is #81D3FE. Grayscale: #3F3F3F. Windows color (decimal): -8508415 or 76926. OLE color: 76926.
HSL color Cylindrical-coordinate representation of color #7E2C01: hue angle of 20.64º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7E2C01 is Cyan = 0, Magento = 0.65, Yellow = 0.99 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 44 | 1 | - |
| CMYK | 0 | 0.65 | 0.99 | 0.51 |
| HSL | 20.64º | 0.98% | 0.25% | - |
| HSV(B) | 20.64º | 0.99% | 0.49% | - |
| XYZ | 9.51 | 6.24 | 0.73 | - |
| YUV | 63.62 | 92.67 | 172.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 44 | 1 | 0 | 0.65 | 0.99 | 0.51 | 20.64 | 0.98 | 0.25 |
| Hex | 7E | 2C | 1 | 0 | 41 | 63 | 33 | 15 | 62 | 19 |
| Octal | 176 | 54 | 1 | 0 | 101 | 143 | 63 | 25 | 142 | 31 |
| Binary | 1111110 | 101100 | 1 | 0 | 1000001 | 1100011 | 110011 | 10101 | 1100010 | 11001 |
Color Harmonies of #7E2C01
Complementary color
Monochromatic Colors of #7E2C01
Black with #7E2C01
Text Example
Text Example
White with #7E2C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E2C01; }
p { color: rgb(126,44,1); }
H1.HeaderClassName
{
color: #7E2C01;
}
.AnyTagClassName
{
color: #7E2C01;
}
</style>
background-color css
<style>
a { background-color: #7E2C01; }
a { background-color: rgb(126,44,1); }
div.DivClassName
{
background-color: #7E2C01;
}
.BgClassName
{
background-color: #7E2C01;
}
</style>
border-color css
<style>
span { border-color: #7E2C01; }
span { border-color: rgb(126,44,1); }
td.TdClassName
{
border-color: #7E2C01;
}
.TagClassName
{
border-color: #7E2C01;
}
</style>