Shades of Saddle Brown #822803
Tints of Saddle Brown #822803
RGB
CMYK
RGB Variations
Color information
#822803 (or 0x822803) is known color: Saddle Brown. HEX triplet: 82, 28 and 03. RGB value is (130,40,3). Sum of RGB (Red+Green+Blue) = 130+40+3=173 (22% of max value = 765). Red value is 130 (51.17% from 255 or 75.14% from 173); Green value is 40 (16.02% from 255 or 23.12% from 173); Blue value is 3 (1.56% from 255 or 1.73% from 173); Max value from RGB is 130 - color contains mainly: red. Hex color #822803 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #822803 is #7DD7FC. Grayscale: #3E3E3E. Windows color (decimal): -8247293 or 206978. OLE color: 206978.
HSL color Cylindrical-coordinate representation of color #822803: hue angle of 17.48º degrees, saturation: 0.95, 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 #822803 is Cyan = 0, Magento = 0.69, Yellow = 0.98 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 40 | 3 | - |
| CMYK | 0 | 0.69 | 0.98 | 0.49 |
| HSL | 17.48º | 0.95% | 0.26% | - |
| HSV(B) | 17.48º | 0.98% | 0.51% | - |
| XYZ | 9.98 | 6.27 | 0.77 | - |
| YUV | 62.69 | 94.32 | 176.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 40 | 3 | 0 | 0.69 | 0.98 | 0.49 | 17.48 | 0.95 | 0.26 |
| Hex | 82 | 28 | 3 | 0 | 45 | 62 | 31 | 11 | 5F | 1A |
| Octal | 202 | 50 | 3 | 0 | 105 | 142 | 61 | 21 | 137 | 32 |
| Binary | 10000010 | 101000 | 11 | 0 | 1000101 | 1100010 | 110001 | 10001 | 1011111 | 11010 |
Color Harmonies of #822803
Complementary color
Monochromatic Colors of #822803
Black with #822803
Text Example
Text Example
White with #822803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #822803; }
p { color: rgb(130,40,3); }
H1.HeaderClassName
{
color: #822803;
}
.AnyTagClassName
{
color: #822803;
}
</style>
background-color css
<style>
a { background-color: #822803; }
a { background-color: rgb(130,40,3); }
div.DivClassName
{
background-color: #822803;
}
.BgClassName
{
background-color: #822803;
}
</style>
border-color css
<style>
span { border-color: #822803; }
span { border-color: rgb(130,40,3); }
td.TdClassName
{
border-color: #822803;
}
.TagClassName
{
border-color: #822803;
}
</style>