Shades of Saddle Brown #824212
Tints of Saddle Brown #824212
RGB
CMYK
RGB Variations
Color information
#824212 (or 0x824212) is known color: Saddle Brown. HEX triplet: 82, 42 and 12. RGB value is (130,66,18). Sum of RGB (Red+Green+Blue) = 130+66+18=214 (28% of max value = 765). Red value is 130 (51.17% from 255 or 60.75% from 214); Green value is 66 (26.17% from 255 or 30.84% from 214); Blue value is 18 (7.42% from 255 or 8.41% from 214); Max value from RGB is 130 - color contains mainly: red. Hex color #824212 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #824212 is #7DBDED. Grayscale: #4F4F4F. Windows color (decimal): -8240622 or 1196674. OLE color: 1196674.
HSL color Cylindrical-coordinate representation of color #824212: hue angle of 25.71º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #824212 is Cyan = 0, Magento = 0.49, Yellow = 0.86 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 66 | 18 | - |
| CMYK | 0 | 0.49 | 0.86 | 0.49 |
| HSL | 25.71º | 0.76% | 0.29% | - |
| HSV(B) | 25.71º | 0.86% | 0.51% | - |
| XYZ | 11.26 | 8.69 | 1.66 | - |
| YUV | 79.66 | 93.2 | 163.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 66 | 18 | 0 | 0.49 | 0.86 | 0.49 | 25.71 | 0.76 | 0.29 |
| Hex | 82 | 42 | 12 | 0 | 31 | 56 | 31 | 1A | 4C | 1D |
| Octal | 202 | 102 | 22 | 0 | 61 | 126 | 61 | 32 | 114 | 35 |
| Binary | 10000010 | 1000010 | 10010 | 0 | 110001 | 1010110 | 110001 | 11010 | 1001100 | 11101 |
Color Harmonies of #824212
Complementary color
Monochromatic Colors of #824212
Black with #824212
Text Example
Text Example
White with #824212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824212; }
p { color: rgb(130,66,18); }
H1.HeaderClassName
{
color: #824212;
}
.AnyTagClassName
{
color: #824212;
}
</style>
background-color css
<style>
a { background-color: #824212; }
a { background-color: rgb(130,66,18); }
div.DivClassName
{
background-color: #824212;
}
.BgClassName
{
background-color: #824212;
}
</style>
border-color css
<style>
span { border-color: #824212; }
span { border-color: rgb(130,66,18); }
td.TdClassName
{
border-color: #824212;
}
.TagClassName
{
border-color: #824212;
}
</style>