Shades of Saddle Brown #792F00
Tints of Saddle Brown #792F00
RGB
CMYK
RGB Variations
Color information
#792F00 (or 0x792F00) is known color: Saddle Brown. HEX triplet: 79, 2F and 00. RGB value is (121,47,0). Sum of RGB (Red+Green+Blue) = 121+47+0=168 (22% of max value = 765). Red value is 121 (47.66% from 255 or 72.02% from 168); Green value is 47 (18.75% from 255 or 27.98% from 168); Blue value is 0 (0.39% from 255 or 0% from 168); Max value from RGB is 121 - color contains mainly: red. Hex color #792F00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #792F00 is #86D0FF. Grayscale: #404040. Windows color (decimal): -8835328 or 12153. OLE color: 12153.
HSL color Cylindrical-coordinate representation of color #792F00: hue angle of 23.31º 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 #792F00 is Cyan = 0, Magento = 0.61, Yellow = 1 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 47 | 0 | - |
| CMYK | 0 | 0.61 | 1 | 0.53 |
| HSL | 23.31º | 1% | 0.24% | - |
| HSV(B) | 23.31º | 1% | 0.47% | - |
| XYZ | 8.9 | 6.1 | 0.71 | - |
| YUV | 63.77 | 92.02 | 168.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 47 | 0 | 0 | 0.61 | 1 | 0.53 | 23.31 | 1 | 0.24 |
| Hex | 79 | 2F | 0 | 0 | 3D | 64 | 35 | 17 | 64 | 18 |
| Octal | 171 | 57 | 0 | 0 | 75 | 144 | 65 | 27 | 144 | 30 |
| Binary | 1111001 | 101111 | 0 | 0 | 111101 | 1100100 | 110101 | 10111 | 1100100 | 11000 |
Color Harmonies of #792F00
Complementary color
Monochromatic Colors of #792F00
Black with #792F00
Text Example
Text Example
White with #792F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #792F00; }
p { color: rgb(121,47,0); }
H1.HeaderClassName
{
color: #792F00;
}
.AnyTagClassName
{
color: #792F00;
}
</style>
background-color css
<style>
a { background-color: #792F00; }
a { background-color: rgb(121,47,0); }
div.DivClassName
{
background-color: #792F00;
}
.BgClassName
{
background-color: #792F00;
}
</style>
border-color css
<style>
span { border-color: #792F00; }
span { border-color: rgb(121,47,0); }
td.TdClassName
{
border-color: #792F00;
}
.TagClassName
{
border-color: #792F00;
}
</style>