Shades of Saddle Brown #793401
Tints of Saddle Brown #793401
RGB
CMYK
RGB Variations
Color information
#793401 (or 0x793401) is known color: Saddle Brown. HEX triplet: 79, 34 and 01. RGB value is (121,52,1). Sum of RGB (Red+Green+Blue) = 121+52+1=174 (23% of max value = 765). Red value is 121 (47.66% from 255 or 69.54% from 174); Green value is 52 (20.70% from 255 or 29.89% from 174); Blue value is 1 (0.78% from 255 or 0.57% from 174); Max value from RGB is 121 - color contains mainly: red. Hex color #793401 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #793401 is #86CBFE. Grayscale: #434343. Windows color (decimal): -8834047 or 78969. OLE color: 78969.
HSL color Cylindrical-coordinate representation of color #793401: hue angle of 25.5º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #793401 is Cyan = 0, Magento = 0.57, Yellow = 0.99 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 52 | 1 | - |
| CMYK | 0 | 0.57 | 0.99 | 0.53 |
| HSL | 25.5º | 0.98% | 0.24% | - |
| HSV(B) | 25.5º | 0.99% | 0.47% | - |
| XYZ | 9.12 | 6.52 | 0.81 | - |
| YUV | 66.82 | 90.86 | 166.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 52 | 1 | 0 | 0.57 | 0.99 | 0.53 | 25.5 | 0.98 | 0.24 |
| Hex | 79 | 34 | 1 | 0 | 39 | 63 | 35 | 1A | 62 | 18 |
| Octal | 171 | 64 | 1 | 0 | 71 | 143 | 65 | 32 | 142 | 30 |
| Binary | 1111001 | 110100 | 1 | 0 | 111001 | 1100011 | 110101 | 11010 | 1100010 | 11000 |
Color Harmonies of #793401
Complementary color
Monochromatic Colors of #793401
Black with #793401
Text Example
Text Example
White with #793401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #793401; }
p { color: rgb(121,52,1); }
H1.HeaderClassName
{
color: #793401;
}
.AnyTagClassName
{
color: #793401;
}
</style>
background-color css
<style>
a { background-color: #793401; }
a { background-color: rgb(121,52,1); }
div.DivClassName
{
background-color: #793401;
}
.BgClassName
{
background-color: #793401;
}
</style>
border-color css
<style>
span { border-color: #793401; }
span { border-color: rgb(121,52,1); }
td.TdClassName
{
border-color: #793401;
}
.TagClassName
{
border-color: #793401;
}
</style>