Shades of Saddle Brown #793300
Tints of Saddle Brown #793300
RGB
CMYK
RGB Variations
Color information
#793300 (or 0x793300) is known color: Saddle Brown. HEX triplet: 79, 33 and 00. RGB value is (121,51,0). Sum of RGB (Red+Green+Blue) = 121+51+0=172 (22% of max value = 765). Red value is 121 (47.66% from 255 or 70.35% from 172); Green value is 51 (20.31% from 255 or 29.65% from 172); Blue value is 0 (0.39% from 255 or 0% from 172); Max value from RGB is 121 - color contains mainly: red. Hex color #793300 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #793300 is #86CCFF. Grayscale: #424242. Windows color (decimal): -8834304 or 13177. OLE color: 13177.
HSL color Cylindrical-coordinate representation of color #793300: hue angle of 25.29º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #793300 is Cyan = 0, Magento = 0.58, Yellow = 1 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 51 | 0 | - |
| CMYK | 0 | 0.58 | 1 | 0.53 |
| HSL | 25.29º | 1% | 0.24% | - |
| HSV(B) | 25.29º | 1% | 0.47% | - |
| XYZ | 9.07 | 6.43 | 0.76 | - |
| YUV | 66.12 | 90.69 | 167.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 51 | 0 | 0 | 0.58 | 1 | 0.53 | 25.29 | 1 | 0.24 |
| Hex | 79 | 33 | 0 | 0 | 3A | 64 | 35 | 19 | 64 | 18 |
| Octal | 171 | 63 | 0 | 0 | 72 | 144 | 65 | 31 | 144 | 30 |
| Binary | 1111001 | 110011 | 0 | 0 | 111010 | 1100100 | 110101 | 11001 | 1100100 | 11000 |
Color Harmonies of #793300
Complementary color
Monochromatic Colors of #793300
Black with #793300
Text Example
Text Example
White with #793300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #793300; }
p { color: rgb(121,51,0); }
H1.HeaderClassName
{
color: #793300;
}
.AnyTagClassName
{
color: #793300;
}
</style>
background-color css
<style>
a { background-color: #793300; }
a { background-color: rgb(121,51,0); }
div.DivClassName
{
background-color: #793300;
}
.BgClassName
{
background-color: #793300;
}
</style>
border-color css
<style>
span { border-color: #793300; }
span { border-color: rgb(121,51,0); }
td.TdClassName
{
border-color: #793300;
}
.TagClassName
{
border-color: #793300;
}
</style>