Shades of Saddle Brown #7E3502
Tints of Saddle Brown #7E3502
RGB
CMYK
RGB Variations
Color information
#7E3502 (or 0x7E3502) is known color: Saddle Brown. HEX triplet: 7E, 35 and 02. RGB value is (126,53,2). Sum of RGB (Red+Green+Blue) = 126+53+2=181 (23% of max value = 765). Red value is 126 (49.61% from 255 or 69.61% from 181); Green value is 53 (21.09% from 255 or 29.28% from 181); Blue value is 2 (1.17% from 255 or 1.10% from 181); Max value from RGB is 126 - color contains mainly: red. Hex color #7E3502 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7E3502 is #81CAFD. Grayscale: #454545. Windows color (decimal): -8506110 or 144766. OLE color: 144766.
HSL color Cylindrical-coordinate representation of color #7E3502: hue angle of 24.68º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7E3502 is Cyan = 0, Magento = 0.58, Yellow = 0.98 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 53 | 2 | - |
| CMYK | 0 | 0.58 | 0.98 | 0.51 |
| HSL | 24.68º | 0.97% | 0.25% | - |
| HSV(B) | 24.68º | 0.98% | 0.49% | - |
| XYZ | 9.89 | 6.99 | 0.88 | - |
| YUV | 69.01 | 90.18 | 168.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 53 | 2 | 0 | 0.58 | 0.98 | 0.51 | 24.68 | 0.97 | 0.25 |
| Hex | 7E | 35 | 2 | 0 | 3A | 62 | 33 | 19 | 61 | 19 |
| Octal | 176 | 65 | 2 | 0 | 72 | 142 | 63 | 31 | 141 | 31 |
| Binary | 1111110 | 110101 | 10 | 0 | 111010 | 1100010 | 110011 | 11001 | 1100001 | 11001 |
Color Harmonies of #7E3502
Complementary color
Monochromatic Colors of #7E3502
Black with #7E3502
Text Example
Text Example
White with #7E3502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E3502; }
p { color: rgb(126,53,2); }
H1.HeaderClassName
{
color: #7E3502;
}
.AnyTagClassName
{
color: #7E3502;
}
</style>
background-color css
<style>
a { background-color: #7E3502; }
a { background-color: rgb(126,53,2); }
div.DivClassName
{
background-color: #7E3502;
}
.BgClassName
{
background-color: #7E3502;
}
</style>
border-color css
<style>
span { border-color: #7E3502; }
span { border-color: rgb(126,53,2); }
td.TdClassName
{
border-color: #7E3502;
}
.TagClassName
{
border-color: #7E3502;
}
</style>