Shades of Saddle Brown #7E3C08
Tints of Saddle Brown #7E3C08
RGB
CMYK
RGB Variations
Color information
#7E3C08 (or 0x7E3C08) is known color: Saddle Brown. HEX triplet: 7E, 3C and 08. RGB value is (126,60,8). Sum of RGB (Red+Green+Blue) = 126+60+8=194 (25% of max value = 765). Red value is 126 (49.61% from 255 or 64.95% from 194); Green value is 60 (23.83% from 255 or 30.93% from 194); Blue value is 8 (3.52% from 255 or 4.12% from 194); Max value from RGB is 126 - color contains mainly: red. Hex color #7E3C08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7E3C08 is #81C3F7. Grayscale: #4A4A4A. Windows color (decimal): -8504312 or 539774. OLE color: 539774.
HSL color Cylindrical-coordinate representation of color #7E3C08: hue angle of 26.44º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7E3C08 is Cyan = 0, Magento = 0.52, Yellow = 0.94 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 60 | 8 | - |
| CMYK | 0 | 0.52 | 0.94 | 0.51 |
| HSL | 26.44º | 0.88% | 0.26% | - |
| HSV(B) | 26.44º | 0.94% | 0.49% | - |
| XYZ | 10.26 | 7.68 | 1.17 | - |
| YUV | 73.81 | 90.87 | 165.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 60 | 8 | 0 | 0.52 | 0.94 | 0.51 | 26.44 | 0.88 | 0.26 |
| Hex | 7E | 3C | 8 | 0 | 34 | 5E | 33 | 1A | 58 | 1A |
| Octal | 176 | 74 | 10 | 0 | 64 | 136 | 63 | 32 | 130 | 32 |
| Binary | 1111110 | 111100 | 1000 | 0 | 110100 | 1011110 | 110011 | 11010 | 1011000 | 11010 |
Color Harmonies of #7E3C08
Complementary color
Monochromatic Colors of #7E3C08
Black with #7E3C08
Text Example
Text Example
White with #7E3C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E3C08; }
p { color: rgb(126,60,8); }
H1.HeaderClassName
{
color: #7E3C08;
}
.AnyTagClassName
{
color: #7E3C08;
}
</style>
background-color css
<style>
a { background-color: #7E3C08; }
a { background-color: rgb(126,60,8); }
div.DivClassName
{
background-color: #7E3C08;
}
.BgClassName
{
background-color: #7E3C08;
}
</style>
border-color css
<style>
span { border-color: #7E3C08; }
span { border-color: rgb(126,60,8); }
td.TdClassName
{
border-color: #7E3C08;
}
.TagClassName
{
border-color: #7E3C08;
}
</style>