Shades of Saddle Brown #822A06
Tints of Saddle Brown #822A06
RGB
CMYK
RGB Variations
Color information
#822A06 (or 0x822A06) is known color: Saddle Brown. HEX triplet: 82, 2A and 06. RGB value is (130,42,6). Sum of RGB (Red+Green+Blue) = 130+42+6=178 (23% of max value = 765). Red value is 130 (51.17% from 255 or 73.03% from 178); Green value is 42 (16.80% from 255 or 23.60% from 178); Blue value is 6 (2.73% from 255 or 3.37% from 178); Max value from RGB is 130 - color contains mainly: red. Hex color #822A06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #822A06 is #7DD5F9. Grayscale: #404040. Windows color (decimal): -8246778 or 404098. OLE color: 404098.
HSL color Cylindrical-coordinate representation of color #822A06: hue angle of 17.42º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #822A06 is Cyan = 0, Magento = 0.68, Yellow = 0.95 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 42 | 6 | - |
| CMYK | 0 | 0.68 | 0.95 | 0.49 |
| HSL | 17.42º | 0.91% | 0.27% | - |
| HSV(B) | 17.42º | 0.95% | 0.51% | - |
| XYZ | 10.07 | 6.41 | 0.88 | - |
| YUV | 64.21 | 95.15 | 174.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 42 | 6 | 0 | 0.68 | 0.95 | 0.49 | 17.42 | 0.91 | 0.27 |
| Hex | 82 | 2A | 6 | 0 | 44 | 5F | 31 | 11 | 5B | 1B |
| Octal | 202 | 52 | 6 | 0 | 104 | 137 | 61 | 21 | 133 | 33 |
| Binary | 10000010 | 101010 | 110 | 0 | 1000100 | 1011111 | 110001 | 10001 | 1011011 | 11011 |
Color Harmonies of #822A06
Complementary color
Monochromatic Colors of #822A06
Black with #822A06
Text Example
Text Example
White with #822A06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #822A06; }
p { color: rgb(130,42,6); }
H1.HeaderClassName
{
color: #822A06;
}
.AnyTagClassName
{
color: #822A06;
}
</style>
background-color css
<style>
a { background-color: #822A06; }
a { background-color: rgb(130,42,6); }
div.DivClassName
{
background-color: #822A06;
}
.BgClassName
{
background-color: #822A06;
}
</style>
border-color css
<style>
span { border-color: #822A06; }
span { border-color: rgb(130,42,6); }
td.TdClassName
{
border-color: #822A06;
}
.TagClassName
{
border-color: #822A06;
}
</style>