Shades of Saddle Brown #822902
Tints of Saddle Brown #822902
RGB
CMYK
RGB Variations
Color information
#822902 (or 0x822902) is known color: Saddle Brown. HEX triplet: 82, 29 and 02. RGB value is (130,41,2). Sum of RGB (Red+Green+Blue) = 130+41+2=173 (22% of max value = 765). Red value is 130 (51.17% from 255 or 75.14% from 173); Green value is 41 (16.41% from 255 or 23.70% from 173); Blue value is 2 (1.17% from 255 or 1.16% from 173); Max value from RGB is 130 - color contains mainly: red. Hex color #822902 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #822902 is #7DD6FD. Grayscale: #3F3F3F. Windows color (decimal): -8247038 or 141698. OLE color: 141698.
HSL color Cylindrical-coordinate representation of color #822902: hue angle of 18.28º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #822902 is Cyan = 0, Magento = 0.68, Yellow = 0.98 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 41 | 2 | - |
| CMYK | 0 | 0.68 | 0.98 | 0.49 |
| HSL | 18.28º | 0.97% | 0.26% | - |
| HSV(B) | 18.28º | 0.98% | 0.51% | - |
| XYZ | 10.01 | 6.34 | 0.75 | - |
| YUV | 63.17 | 93.49 | 175.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 41 | 2 | 0 | 0.68 | 0.98 | 0.49 | 18.28 | 0.97 | 0.26 |
| Hex | 82 | 29 | 2 | 0 | 44 | 62 | 31 | 12 | 61 | 1A |
| Octal | 202 | 51 | 2 | 0 | 104 | 142 | 61 | 22 | 141 | 32 |
| Binary | 10000010 | 101001 | 10 | 0 | 1000100 | 1100010 | 110001 | 10010 | 1100001 | 11010 |
Color Harmonies of #822902
Complementary color
Monochromatic Colors of #822902
Black with #822902
Text Example
Text Example
White with #822902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #822902; }
p { color: rgb(130,41,2); }
H1.HeaderClassName
{
color: #822902;
}
.AnyTagClassName
{
color: #822902;
}
</style>
background-color css
<style>
a { background-color: #822902; }
a { background-color: rgb(130,41,2); }
div.DivClassName
{
background-color: #822902;
}
.BgClassName
{
background-color: #822902;
}
</style>
border-color css
<style>
span { border-color: #822902; }
span { border-color: rgb(130,41,2); }
td.TdClassName
{
border-color: #822902;
}
.TagClassName
{
border-color: #822902;
}
</style>