Shades of Saddle Brown #822C0A
Tints of Saddle Brown #822C0A
RGB
CMYK
RGB Variations
Color information
#822C0A (or 0x822C0A) is known color: Saddle Brown. HEX triplet: 82, 2C and 0A. RGB value is (130,44,10). Sum of RGB (Red+Green+Blue) = 130+44+10=184 (24% of max value = 765). Red value is 130 (51.17% from 255 or 70.65% from 184); Green value is 44 (17.58% from 255 or 23.91% from 184); Blue value is 10 (4.30% from 255 or 5.43% from 184); Max value from RGB is 130 - color contains mainly: red. Hex color #822C0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #822C0A is #7DD3F5. Grayscale: #424242. Windows color (decimal): -8246262 or 666754. OLE color: 666754.
HSL color Cylindrical-coordinate representation of color #822C0A: hue angle of 17º degrees, saturation: 0.86, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #822C0A is Cyan = 0, Magento = 0.66, Yellow = 0.92 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 44 | 10 | - |
| CMYK | 0 | 0.66 | 0.92 | 0.49 |
| HSL | 17º | 0.86% | 0.27% | - |
| HSV(B) | 17º | 0.92% | 0.51% | - |
| XYZ | 10.16 | 6.57 | 1.02 | - |
| YUV | 65.84 | 96.49 | 173.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 44 | 10 | 0 | 0.66 | 0.92 | 0.49 | 17 | 0.86 | 0.27 |
| Hex | 82 | 2C | A | 0 | 42 | 5C | 31 | 11 | 56 | 1B |
| Octal | 202 | 54 | 12 | 0 | 102 | 134 | 61 | 21 | 126 | 33 |
| Binary | 10000010 | 101100 | 1010 | 0 | 1000010 | 1011100 | 110001 | 10001 | 1010110 | 11011 |
Color Harmonies of #822C0A
Complementary color
Monochromatic Colors of #822C0A
Black with #822C0A
Text Example
Text Example
White with #822C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #822C0A; }
p { color: rgb(130,44,10); }
H1.HeaderClassName
{
color: #822C0A;
}
.AnyTagClassName
{
color: #822C0A;
}
</style>
background-color css
<style>
a { background-color: #822C0A; }
a { background-color: rgb(130,44,10); }
div.DivClassName
{
background-color: #822C0A;
}
.BgClassName
{
background-color: #822C0A;
}
</style>
border-color css
<style>
span { border-color: #822C0A; }
span { border-color: rgb(130,44,10); }
td.TdClassName
{
border-color: #822C0A;
}
.TagClassName
{
border-color: #822C0A;
}
</style>