Shades of Saddle Brown #7E3403
Tints of Saddle Brown #7E3403
RGB
CMYK
RGB Variations
Color information
#7E3403 (or 0x7E3403) is known color: Saddle Brown. HEX triplet: 7E, 34 and 03. RGB value is (126,52,3). Sum of RGB (Red+Green+Blue) = 126+52+3=181 (23% of max value = 765). Red value is 126 (49.61% from 255 or 69.61% from 181); Green value is 52 (20.70% from 255 or 28.73% from 181); Blue value is 3 (1.56% from 255 or 1.66% from 181); Max value from RGB is 126 - color contains mainly: red. Hex color #7E3403 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7E3403 is #81CBFC. Grayscale: #444444. Windows color (decimal): -8506365 or 210046. OLE color: 210046.
HSL color Cylindrical-coordinate representation of color #7E3403: hue angle of 23.9º degrees, saturation: 0.95, 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 #7E3403 is Cyan = 0, Magento = 0.59, Yellow = 0.98 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 52 | 3 | - |
| CMYK | 0 | 0.59 | 0.98 | 0.51 |
| HSL | 23.9º | 0.95% | 0.25% | - |
| HSV(B) | 23.9º | 0.98% | 0.49% | - |
| XYZ | 9.85 | 6.9 | 0.9 | - |
| YUV | 68.54 | 91.02 | 168.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 52 | 3 | 0 | 0.59 | 0.98 | 0.51 | 23.9 | 0.95 | 0.25 |
| Hex | 7E | 34 | 3 | 0 | 3B | 62 | 33 | 18 | 5F | 19 |
| Octal | 176 | 64 | 3 | 0 | 73 | 142 | 63 | 30 | 137 | 31 |
| Binary | 1111110 | 110100 | 11 | 0 | 111011 | 1100010 | 110011 | 11000 | 1011111 | 11001 |
Color Harmonies of #7E3403
Complementary color
Monochromatic Colors of #7E3403
Black with #7E3403
Text Example
Text Example
White with #7E3403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E3403; }
p { color: rgb(126,52,3); }
H1.HeaderClassName
{
color: #7E3403;
}
.AnyTagClassName
{
color: #7E3403;
}
</style>
background-color css
<style>
a { background-color: #7E3403; }
a { background-color: rgb(126,52,3); }
div.DivClassName
{
background-color: #7E3403;
}
.BgClassName
{
background-color: #7E3403;
}
</style>
border-color css
<style>
span { border-color: #7E3403; }
span { border-color: rgb(126,52,3); }
td.TdClassName
{
border-color: #7E3403;
}
.TagClassName
{
border-color: #7E3403;
}
</style>