Shades of Saddle Brown #7E3101
Tints of Saddle Brown #7E3101
RGB
CMYK
RGB Variations
Color information
#7E3101 (or 0x7E3101) is known color: Saddle Brown. HEX triplet: 7E, 31 and 01. RGB value is (126,49,1). Sum of RGB (Red+Green+Blue) = 126+49+1=176 (23% of max value = 765). Red value is 126 (49.61% from 255 or 71.59% from 176); Green value is 49 (19.53% from 255 or 27.84% from 176); Blue value is 1 (0.78% from 255 or 0.57% from 176); Max value from RGB is 126 - color contains mainly: red. Hex color #7E3101 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7E3101 is #81CEFE. Grayscale: #424242. Windows color (decimal): -8507135 or 78206. OLE color: 78206.
HSL color Cylindrical-coordinate representation of color #7E3101: hue angle of 23.04º 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 #7E3101 is Cyan = 0, Magento = 0.61, Yellow = 0.99 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 49 | 1 | - |
| CMYK | 0 | 0.61 | 0.99 | 0.51 |
| HSL | 23.04º | 0.98% | 0.25% | - |
| HSV(B) | 23.04º | 0.99% | 0.49% | - |
| XYZ | 9.71 | 6.63 | 0.8 | - |
| YUV | 66.55 | 91.01 | 170.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 49 | 1 | 0 | 0.61 | 0.99 | 0.51 | 23.04 | 0.98 | 0.25 |
| Hex | 7E | 31 | 1 | 0 | 3D | 63 | 33 | 17 | 62 | 19 |
| Octal | 176 | 61 | 1 | 0 | 75 | 143 | 63 | 27 | 142 | 31 |
| Binary | 1111110 | 110001 | 1 | 0 | 111101 | 1100011 | 110011 | 10111 | 1100010 | 11001 |
Color Harmonies of #7E3101
Complementary color
Monochromatic Colors of #7E3101
Black with #7E3101
Text Example
Text Example
White with #7E3101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E3101; }
p { color: rgb(126,49,1); }
H1.HeaderClassName
{
color: #7E3101;
}
.AnyTagClassName
{
color: #7E3101;
}
</style>
background-color css
<style>
a { background-color: #7E3101; }
a { background-color: rgb(126,49,1); }
div.DivClassName
{
background-color: #7E3101;
}
.BgClassName
{
background-color: #7E3101;
}
</style>
border-color css
<style>
span { border-color: #7E3101; }
span { border-color: rgb(126,49,1); }
td.TdClassName
{
border-color: #7E3101;
}
.TagClassName
{
border-color: #7E3101;
}
</style>