Shades of Saddle Brown #793001
Tints of Saddle Brown #793001
RGB
CMYK
RGB Variations
Color information
#793001 (or 0x793001) is known color: Saddle Brown. HEX triplet: 79, 30 and 01. RGB value is (121,48,1). Sum of RGB (Red+Green+Blue) = 121+48+1=170 (22% of max value = 765). Red value is 121 (47.66% from 255 or 71.18% from 170); Green value is 48 (19.14% from 255 or 28.24% from 170); Blue value is 1 (0.78% from 255 or 0.59% from 170); Max value from RGB is 121 - color contains mainly: red. Hex color #793001 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #793001 is #86CFFE. Grayscale: #404040. Windows color (decimal): -8835071 or 77945. OLE color: 77945.
HSL color Cylindrical-coordinate representation of color #793001: hue angle of 23.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 #793001 is Cyan = 0, Magento = 0.60, Yellow = 0.99 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 48 | 1 | - |
| CMYK | 0 | 0.60 | 0.99 | 0.53 |
| HSL | 23.5º | 0.98% | 0.24% | - |
| HSV(B) | 23.5º | 0.99% | 0.47% | - |
| XYZ | 8.95 | 6.18 | 0.75 | - |
| YUV | 64.47 | 92.18 | 168.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 48 | 1 | 0 | 0.60 | 0.99 | 0.53 | 23.5 | 0.98 | 0.24 |
| Hex | 79 | 30 | 1 | 0 | 3C | 63 | 35 | 18 | 62 | 18 |
| Octal | 171 | 60 | 1 | 0 | 74 | 143 | 65 | 30 | 142 | 30 |
| Binary | 1111001 | 110000 | 1 | 0 | 111100 | 1100011 | 110101 | 11000 | 1100010 | 11000 |
Color Harmonies of #793001
Complementary color
Monochromatic Colors of #793001
Black with #793001
Text Example
Text Example
White with #793001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #793001; }
p { color: rgb(121,48,1); }
H1.HeaderClassName
{
color: #793001;
}
.AnyTagClassName
{
color: #793001;
}
</style>
background-color css
<style>
a { background-color: #793001; }
a { background-color: rgb(121,48,1); }
div.DivClassName
{
background-color: #793001;
}
.BgClassName
{
background-color: #793001;
}
</style>
border-color css
<style>
span { border-color: #793001; }
span { border-color: rgb(121,48,1); }
td.TdClassName
{
border-color: #793001;
}
.TagClassName
{
border-color: #793001;
}
</style>