Shades of Saddle Brown #822F06
Tints of Saddle Brown #822F06
RGB
CMYK
RGB Variations
Color information
#822F06 (or 0x822F06) is known color: Saddle Brown. HEX triplet: 82, 2F and 06. RGB value is (130,47,6). Sum of RGB (Red+Green+Blue) = 130+47+6=183 (24% of max value = 765). Red value is 130 (51.17% from 255 or 71.04% from 183); Green value is 47 (18.75% from 255 or 25.68% from 183); Blue value is 6 (2.73% from 255 or 3.28% from 183); Max value from RGB is 130 - color contains mainly: red. Hex color #822F06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #822F06 is #7DD0F9. Grayscale: #434343. Windows color (decimal): -8245498 or 405378. OLE color: 405378.
HSL color Cylindrical-coordinate representation of color #822F06: hue angle of 19.84º 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 #822F06 is Cyan = 0, Magento = 0.64, Yellow = 0.95 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 47 | 6 | - |
| CMYK | 0 | 0.64 | 0.95 | 0.49 |
| HSL | 19.84º | 0.91% | 0.27% | - |
| HSV(B) | 19.84º | 0.95% | 0.51% | - |
| XYZ | 10.26 | 6.79 | 0.94 | - |
| YUV | 67.14 | 93.5 | 172.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 47 | 6 | 0 | 0.64 | 0.95 | 0.49 | 19.84 | 0.91 | 0.27 |
| Hex | 82 | 2F | 6 | 0 | 40 | 5F | 31 | 14 | 5B | 1B |
| Octal | 202 | 57 | 6 | 0 | 100 | 137 | 61 | 24 | 133 | 33 |
| Binary | 10000010 | 101111 | 110 | 0 | 1000000 | 1011111 | 110001 | 10100 | 1011011 | 11011 |
Color Harmonies of #822F06
Complementary color
Monochromatic Colors of #822F06
Black with #822F06
Text Example
Text Example
White with #822F06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #822F06; }
p { color: rgb(130,47,6); }
H1.HeaderClassName
{
color: #822F06;
}
.AnyTagClassName
{
color: #822F06;
}
</style>
background-color css
<style>
a { background-color: #822F06; }
a { background-color: rgb(130,47,6); }
div.DivClassName
{
background-color: #822F06;
}
.BgClassName
{
background-color: #822F06;
}
</style>
border-color css
<style>
span { border-color: #822F06; }
span { border-color: rgb(130,47,6); }
td.TdClassName
{
border-color: #822F06;
}
.TagClassName
{
border-color: #822F06;
}
</style>