Shades of Saddle Brown #793201
Tints of Saddle Brown #793201
RGB
CMYK
RGB Variations
Color information
#793201 (or 0x793201) is known color: Saddle Brown. HEX triplet: 79, 32 and 01. RGB value is (121,50,1). Sum of RGB (Red+Green+Blue) = 121+50+1=172 (22% of max value = 765). Red value is 121 (47.66% from 255 or 70.35% from 172); Green value is 50 (19.92% from 255 or 29.07% from 172); Blue value is 1 (0.78% from 255 or 0.58% from 172); Max value from RGB is 121 - color contains mainly: red. Hex color #793201 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #793201 is #86CDFE. Grayscale: #414141. Windows color (decimal): -8834559 or 78457. OLE color: 78457.
HSL color Cylindrical-coordinate representation of color #793201: hue angle of 24.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 #793201 is Cyan = 0, Magento = 0.59, Yellow = 0.99 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 50 | 1 | - |
| CMYK | 0 | 0.59 | 0.99 | 0.53 |
| HSL | 24.5º | 0.98% | 0.24% | - |
| HSV(B) | 24.5º | 0.99% | 0.47% | - |
| XYZ | 9.03 | 6.35 | 0.78 | - |
| YUV | 65.64 | 91.52 | 167.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 50 | 1 | 0 | 0.59 | 0.99 | 0.53 | 24.5 | 0.98 | 0.24 |
| Hex | 79 | 32 | 1 | 0 | 3B | 63 | 35 | 18 | 62 | 18 |
| Octal | 171 | 62 | 1 | 0 | 73 | 143 | 65 | 30 | 142 | 30 |
| Binary | 1111001 | 110010 | 1 | 0 | 111011 | 1100011 | 110101 | 11000 | 1100010 | 11000 |
Color Harmonies of #793201
Complementary color
Monochromatic Colors of #793201
Black with #793201
Text Example
Text Example
White with #793201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #793201; }
p { color: rgb(121,50,1); }
H1.HeaderClassName
{
color: #793201;
}
.AnyTagClassName
{
color: #793201;
}
</style>
background-color css
<style>
a { background-color: #793201; }
a { background-color: rgb(121,50,1); }
div.DivClassName
{
background-color: #793201;
}
.BgClassName
{
background-color: #793201;
}
</style>
border-color css
<style>
span { border-color: #793201; }
span { border-color: rgb(121,50,1); }
td.TdClassName
{
border-color: #793201;
}
.TagClassName
{
border-color: #793201;
}
</style>