Shades of Saddle Brown #824211
Tints of Saddle Brown #824211
RGB
CMYK
RGB Variations
Color information
#824211 (or 0x824211) is known color: Saddle Brown. HEX triplet: 82, 42 and 11. RGB value is (130,66,17). Sum of RGB (Red+Green+Blue) = 130+66+17=213 (28% of max value = 765). Red value is 130 (51.17% from 255 or 61.03% from 213); Green value is 66 (26.17% from 255 or 30.99% from 213); Blue value is 17 (7.03% from 255 or 7.98% from 213); Max value from RGB is 130 - color contains mainly: red. Hex color #824211 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #824211 is #7DBDEE. Grayscale: #4F4F4F. Windows color (decimal): -8240623 or 1131138. OLE color: 1131138.
HSL color Cylindrical-coordinate representation of color #824211: hue angle of 26.02º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #824211 is Cyan = 0, Magento = 0.49, Yellow = 0.87 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 66 | 17 | - |
| CMYK | 0 | 0.49 | 0.87 | 0.49 |
| HSL | 26.02º | 0.77% | 0.29% | - |
| HSV(B) | 26.02º | 0.87% | 0.51% | - |
| XYZ | 11.26 | 8.68 | 1.61 | - |
| YUV | 79.55 | 92.7 | 163.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 66 | 17 | 0 | 0.49 | 0.87 | 0.49 | 26.02 | 0.77 | 0.29 |
| Hex | 82 | 42 | 11 | 0 | 31 | 57 | 31 | 1A | 4D | 1D |
| Octal | 202 | 102 | 21 | 0 | 61 | 127 | 61 | 32 | 115 | 35 |
| Binary | 10000010 | 1000010 | 10001 | 0 | 110001 | 1010111 | 110001 | 11010 | 1001101 | 11101 |
Color Harmonies of #824211
Complementary color
Monochromatic Colors of #824211
Black with #824211
Text Example
Text Example
White with #824211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824211; }
p { color: rgb(130,66,17); }
H1.HeaderClassName
{
color: #824211;
}
.AnyTagClassName
{
color: #824211;
}
</style>
background-color css
<style>
a { background-color: #824211; }
a { background-color: rgb(130,66,17); }
div.DivClassName
{
background-color: #824211;
}
.BgClassName
{
background-color: #824211;
}
</style>
border-color css
<style>
span { border-color: #824211; }
span { border-color: rgb(130,66,17); }
td.TdClassName
{
border-color: #824211;
}
.TagClassName
{
border-color: #824211;
}
</style>