Shades of Saddle Brown #824210
Tints of Saddle Brown #824210
RGB
CMYK
RGB Variations
Color information
#824210 (or 0x824210) is known color: Saddle Brown. HEX triplet: 82, 42 and 10. RGB value is (130,66,16). Sum of RGB (Red+Green+Blue) = 130+66+16=212 (28% of max value = 765). Red value is 130 (51.17% from 255 or 61.32% from 212); Green value is 66 (26.17% from 255 or 31.13% from 212); Blue value is 16 (6.64% from 255 or 7.55% from 212); Max value from RGB is 130 - color contains mainly: red. Hex color #824210 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #824210 is #7DBDEF. Grayscale: #4F4F4F. Windows color (decimal): -8240624 or 1065602. OLE color: 1065602.
HSL color Cylindrical-coordinate representation of color #824210: hue angle of 26.32º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #824210 is Cyan = 0, Magento = 0.49, Yellow = 0.88 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 66 | 16 | - |
| CMYK | 0 | 0.49 | 0.88 | 0.49 |
| HSL | 26.32º | 0.78% | 0.29% | - |
| HSV(B) | 26.32º | 0.88% | 0.51% | - |
| XYZ | 11.25 | 8.68 | 1.57 | - |
| YUV | 79.44 | 92.2 | 164.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 66 | 16 | 0 | 0.49 | 0.88 | 0.49 | 26.32 | 0.78 | 0.29 |
| Hex | 82 | 42 | 10 | 0 | 31 | 58 | 31 | 1A | 4E | 1D |
| Octal | 202 | 102 | 20 | 0 | 61 | 130 | 61 | 32 | 116 | 35 |
| Binary | 10000010 | 1000010 | 10000 | 0 | 110001 | 1011000 | 110001 | 11010 | 1001110 | 11101 |
Color Harmonies of #824210
Complementary color
Monochromatic Colors of #824210
Black with #824210
Text Example
Text Example
White with #824210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824210; }
p { color: rgb(130,66,16); }
H1.HeaderClassName
{
color: #824210;
}
.AnyTagClassName
{
color: #824210;
}
</style>
background-color css
<style>
a { background-color: #824210; }
a { background-color: rgb(130,66,16); }
div.DivClassName
{
background-color: #824210;
}
.BgClassName
{
background-color: #824210;
}
</style>
border-color css
<style>
span { border-color: #824210; }
span { border-color: rgb(130,66,16); }
td.TdClassName
{
border-color: #824210;
}
.TagClassName
{
border-color: #824210;
}
</style>