Shades of Saddle Brown #7E3C01
Tints of Saddle Brown #7E3C01
RGB
CMYK
RGB Variations
Color information
#7E3C01 (or 0x7E3C01) is known color: Saddle Brown. HEX triplet: 7E, 3C and 01. RGB value is (126,60,1). Sum of RGB (Red+Green+Blue) = 126+60+1=187 (24% of max value = 765). Red value is 126 (49.61% from 255 or 67.38% from 187); Green value is 60 (23.83% from 255 or 32.09% from 187); Blue value is 1 (0.78% from 255 or 0.53% from 187); Max value from RGB is 126 - color contains mainly: red. Hex color #7E3C01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7E3C01 is #81C3FE. Grayscale: #494949. Windows color (decimal): -8504319 or 81022. OLE color: 81022.
HSL color Cylindrical-coordinate representation of color #7E3C01: hue angle of 28.32º 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 #7E3C01 is Cyan = 0, Magento = 0.52, Yellow = 0.99 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 60 | 1 | - |
| CMYK | 0 | 0.52 | 0.99 | 0.51 |
| HSL | 28.32º | 0.98% | 0.25% | - |
| HSV(B) | 28.32º | 0.99% | 0.49% | - |
| XYZ | 10.23 | 7.67 | 0.97 | - |
| YUV | 73.01 | 87.37 | 165.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 60 | 1 | 0 | 0.52 | 0.99 | 0.51 | 28.32 | 0.98 | 0.25 |
| Hex | 7E | 3C | 1 | 0 | 34 | 63 | 33 | 1C | 62 | 19 |
| Octal | 176 | 74 | 1 | 0 | 64 | 143 | 63 | 34 | 142 | 31 |
| Binary | 1111110 | 111100 | 1 | 0 | 110100 | 1100011 | 110011 | 11100 | 1100010 | 11001 |
Color Harmonies of #7E3C01
Complementary color
Monochromatic Colors of #7E3C01
Black with #7E3C01
Text Example
Text Example
White with #7E3C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E3C01; }
p { color: rgb(126,60,1); }
H1.HeaderClassName
{
color: #7E3C01;
}
.AnyTagClassName
{
color: #7E3C01;
}
</style>
background-color css
<style>
a { background-color: #7E3C01; }
a { background-color: rgb(126,60,1); }
div.DivClassName
{
background-color: #7E3C01;
}
.BgClassName
{
background-color: #7E3C01;
}
</style>
border-color css
<style>
span { border-color: #7E3C01; }
span { border-color: rgb(126,60,1); }
td.TdClassName
{
border-color: #7E3C01;
}
.TagClassName
{
border-color: #7E3C01;
}
</style>