Shades of Saddle Brown #7E3506
Tints of Saddle Brown #7E3506
RGB
CMYK
RGB Variations
Color information
#7E3506 (or 0x7E3506) is known color: Saddle Brown. HEX triplet: 7E, 35 and 06. RGB value is (126,53,6). Sum of RGB (Red+Green+Blue) = 126+53+6=185 (24% of max value = 765). Red value is 126 (49.61% from 255 or 68.11% from 185); Green value is 53 (21.09% from 255 or 28.65% from 185); Blue value is 6 (2.73% from 255 or 3.24% from 185); Max value from RGB is 126 - color contains mainly: red. Hex color #7E3506 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7E3506 is #81CAF9. Grayscale: #454545. Windows color (decimal): -8506106 or 406910. OLE color: 406910.
HSL color Cylindrical-coordinate representation of color #7E3506: hue angle of 23.5º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7E3506 is Cyan = 0, Magento = 0.58, Yellow = 0.95 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 53 | 6 | - |
| CMYK | 0 | 0.58 | 0.95 | 0.51 |
| HSL | 23.5º | 0.91% | 0.26% | - |
| HSV(B) | 23.5º | 0.95% | 0.49% | - |
| XYZ | 9.91 | 6.99 | 1 | - |
| YUV | 69.47 | 92.18 | 168.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 53 | 6 | 0 | 0.58 | 0.95 | 0.51 | 23.5 | 0.91 | 0.26 |
| Hex | 7E | 35 | 6 | 0 | 3A | 5F | 33 | 18 | 5B | 1A |
| Octal | 176 | 65 | 6 | 0 | 72 | 137 | 63 | 30 | 133 | 32 |
| Binary | 1111110 | 110101 | 110 | 0 | 111010 | 1011111 | 110011 | 11000 | 1011011 | 11010 |
Color Harmonies of #7E3506
Complementary color
Monochromatic Colors of #7E3506
Black with #7E3506
Text Example
Text Example
White with #7E3506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E3506; }
p { color: rgb(126,53,6); }
H1.HeaderClassName
{
color: #7E3506;
}
.AnyTagClassName
{
color: #7E3506;
}
</style>
background-color css
<style>
a { background-color: #7E3506; }
a { background-color: rgb(126,53,6); }
div.DivClassName
{
background-color: #7E3506;
}
.BgClassName
{
background-color: #7E3506;
}
</style>
border-color css
<style>
span { border-color: #7E3506; }
span { border-color: rgb(126,53,6); }
td.TdClassName
{
border-color: #7E3506;
}
.TagClassName
{
border-color: #7E3506;
}
</style>