Shades of Saddle Brown #822A00
Tints of Saddle Brown #822A00
RGB
CMYK
RGB Variations
Color information
#822A00 (or 0x822A00) is known color: Saddle Brown. HEX triplet: 82, 2A and 00. RGB value is (130,42,0). Sum of RGB (Red+Green+Blue) = 130+42+0=172 (22% of max value = 765). Red value is 130 (51.17% from 255 or 75.58% from 172); Green value is 42 (16.80% from 255 or 24.42% from 172); Blue value is 0 (0.39% from 255 or 0% from 172); Max value from RGB is 130 - color contains mainly: red. Hex color #822A00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #822A00 is #7DD5FF. Grayscale: #3F3F3F. Windows color (decimal): -8246784 or 10882. OLE color: 10882.
HSL color Cylindrical-coordinate representation of color #822A00: hue angle of 19.38º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #822A00 is Cyan = 0, Magento = 0.68, Yellow = 1 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 42 | 0 | - |
| CMYK | 0 | 0.68 | 1 | 0.49 |
| HSL | 19.38º | 1% | 0.25% | - |
| HSV(B) | 19.38º | 1% | 0.51% | - |
| XYZ | 10.03 | 6.4 | 0.71 | - |
| YUV | 63.52 | 92.15 | 175.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 42 | 0 | 0 | 0.68 | 1 | 0.49 | 19.38 | 1 | 0.25 |
| Hex | 82 | 2A | 0 | 0 | 44 | 64 | 31 | 13 | 64 | 19 |
| Octal | 202 | 52 | 0 | 0 | 104 | 144 | 61 | 23 | 144 | 31 |
| Binary | 10000010 | 101010 | 0 | 0 | 1000100 | 1100100 | 110001 | 10011 | 1100100 | 11001 |
Color Harmonies of #822A00
Complementary color
Monochromatic Colors of #822A00
Black with #822A00
Text Example
Text Example
White with #822A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #822A00; }
p { color: rgb(130,42,0); }
H1.HeaderClassName
{
color: #822A00;
}
.AnyTagClassName
{
color: #822A00;
}
</style>
background-color css
<style>
a { background-color: #822A00; }
a { background-color: rgb(130,42,0); }
div.DivClassName
{
background-color: #822A00;
}
.BgClassName
{
background-color: #822A00;
}
</style>
border-color css
<style>
span { border-color: #822A00; }
span { border-color: rgb(130,42,0); }
td.TdClassName
{
border-color: #822A00;
}
.TagClassName
{
border-color: #822A00;
}
</style>