Shades of Saddle Brown #822904
Tints of Saddle Brown #822904
RGB
CMYK
RGB Variations
Color information
#822904 (or 0x822904) is known color: Saddle Brown. HEX triplet: 82, 29 and 04. RGB value is (130,41,4). Sum of RGB (Red+Green+Blue) = 130+41+4=175 (23% of max value = 765). Red value is 130 (51.17% from 255 or 74.29% from 175); Green value is 41 (16.41% from 255 or 23.43% from 175); Blue value is 4 (1.95% from 255 or 2.29% from 175); Max value from RGB is 130 - color contains mainly: red. Hex color #822904 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #822904 is #7DD6FB. Grayscale: #3F3F3F. Windows color (decimal): -8247036 or 272770. OLE color: 272770.
HSL color Cylindrical-coordinate representation of color #822904: hue angle of 17.62º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #822904 is Cyan = 0, Magento = 0.68, Yellow = 0.97 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 41 | 4 | - |
| CMYK | 0 | 0.68 | 0.97 | 0.49 |
| HSL | 17.62º | 0.94% | 0.26% | - |
| HSV(B) | 17.62º | 0.97% | 0.51% | - |
| XYZ | 10.02 | 6.34 | 0.81 | - |
| YUV | 63.39 | 94.49 | 175.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 41 | 4 | 0 | 0.68 | 0.97 | 0.49 | 17.62 | 0.94 | 0.26 |
| Hex | 82 | 29 | 4 | 0 | 44 | 61 | 31 | 12 | 5E | 1A |
| Octal | 202 | 51 | 4 | 0 | 104 | 141 | 61 | 22 | 136 | 32 |
| Binary | 10000010 | 101001 | 100 | 0 | 1000100 | 1100001 | 110001 | 10010 | 1011110 | 11010 |
Color Harmonies of #822904
Complementary color
Monochromatic Colors of #822904
Black with #822904
Text Example
Text Example
White with #822904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #822904; }
p { color: rgb(130,41,4); }
H1.HeaderClassName
{
color: #822904;
}
.AnyTagClassName
{
color: #822904;
}
</style>
background-color css
<style>
a { background-color: #822904; }
a { background-color: rgb(130,41,4); }
div.DivClassName
{
background-color: #822904;
}
.BgClassName
{
background-color: #822904;
}
</style>
border-color css
<style>
span { border-color: #822904; }
span { border-color: rgb(130,41,4); }
td.TdClassName
{
border-color: #822904;
}
.TagClassName
{
border-color: #822904;
}
</style>