Shades of Saddle Brown #822B05
Tints of Saddle Brown #822B05
RGB
CMYK
RGB Variations
Color information
#822B05 (or 0x822B05) is known color: Saddle Brown. HEX triplet: 82, 2B and 05. RGB value is (130,43,5). Sum of RGB (Red+Green+Blue) = 130+43+5=178 (23% of max value = 765). Red value is 130 (51.17% from 255 or 73.03% from 178); Green value is 43 (17.19% from 255 or 24.16% from 178); Blue value is 5 (2.34% from 255 or 2.81% from 178); Max value from RGB is 130 - color contains mainly: red. Hex color #822B05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #822B05 is #7DD4FA. Grayscale: #404040. Windows color (decimal): -8246523 or 338818. OLE color: 338818.
HSL color Cylindrical-coordinate representation of color #822B05: hue angle of 18.24º degrees, saturation: 0.93, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #822B05 is Cyan = 0, Magento = 0.67, Yellow = 0.96 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 43 | 5 | - |
| CMYK | 0 | 0.67 | 0.96 | 0.49 |
| HSL | 18.24º | 0.93% | 0.26% | - |
| HSV(B) | 18.24º | 0.96% | 0.51% | - |
| XYZ | 10.1 | 6.48 | 0.86 | - |
| YUV | 64.68 | 94.32 | 174.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 43 | 5 | 0 | 0.67 | 0.96 | 0.49 | 18.24 | 0.93 | 0.26 |
| Hex | 82 | 2B | 5 | 0 | 43 | 60 | 31 | 12 | 5D | 1A |
| Octal | 202 | 53 | 5 | 0 | 103 | 140 | 61 | 22 | 135 | 32 |
| Binary | 10000010 | 101011 | 101 | 0 | 1000011 | 1100000 | 110001 | 10010 | 1011101 | 11010 |
Color Harmonies of #822B05
Complementary color
Monochromatic Colors of #822B05
Black with #822B05
Text Example
Text Example
White with #822B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #822B05; }
p { color: rgb(130,43,5); }
H1.HeaderClassName
{
color: #822B05;
}
.AnyTagClassName
{
color: #822B05;
}
</style>
background-color css
<style>
a { background-color: #822B05; }
a { background-color: rgb(130,43,5); }
div.DivClassName
{
background-color: #822B05;
}
.BgClassName
{
background-color: #822B05;
}
</style>
border-color css
<style>
span { border-color: #822B05; }
span { border-color: rgb(130,43,5); }
td.TdClassName
{
border-color: #822B05;
}
.TagClassName
{
border-color: #822B05;
}
</style>