Shades of Saddle Brown #822A02
Tints of Saddle Brown #822A02
RGB
CMYK
RGB Variations
Color information
#822A02 (or 0x822A02) is known color: Saddle Brown. HEX triplet: 82, 2A and 02. RGB value is (130,42,2). Sum of RGB (Red+Green+Blue) = 130+42+2=174 (23% of max value = 765). Red value is 130 (51.17% from 255 or 74.71% from 174); Green value is 42 (16.80% from 255 or 24.14% from 174); Blue value is 2 (1.17% from 255 or 1.15% from 174); Max value from RGB is 130 - color contains mainly: red. Hex color #822A02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #822A02 is #7DD5FD. Grayscale: #404040. Windows color (decimal): -8246782 or 141954. OLE color: 141954.
HSL color Cylindrical-coordinate representation of color #822A02: hue angle of 18.75º 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 #822A02 is Cyan = 0, Magento = 0.68, Yellow = 0.98 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 42 | 2 | - |
| CMYK | 0 | 0.68 | 0.98 | 0.49 |
| HSL | 18.75º | 0.97% | 0.26% | - |
| HSV(B) | 18.75º | 0.98% | 0.51% | - |
| XYZ | 10.04 | 6.41 | 0.76 | - |
| YUV | 63.75 | 93.15 | 175.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 42 | 2 | 0 | 0.68 | 0.98 | 0.49 | 18.75 | 0.97 | 0.26 |
| Hex | 82 | 2A | 2 | 0 | 44 | 62 | 31 | 13 | 61 | 1A |
| Octal | 202 | 52 | 2 | 0 | 104 | 142 | 61 | 23 | 141 | 32 |
| Binary | 10000010 | 101010 | 10 | 0 | 1000100 | 1100010 | 110001 | 10011 | 1100001 | 11010 |
Color Harmonies of #822A02
Complementary color
Monochromatic Colors of #822A02
Black with #822A02
Text Example
Text Example
White with #822A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #822A02; }
p { color: rgb(130,42,2); }
H1.HeaderClassName
{
color: #822A02;
}
.AnyTagClassName
{
color: #822A02;
}
</style>
background-color css
<style>
a { background-color: #822A02; }
a { background-color: rgb(130,42,2); }
div.DivClassName
{
background-color: #822A02;
}
.BgClassName
{
background-color: #822A02;
}
</style>
border-color css
<style>
span { border-color: #822A02; }
span { border-color: rgb(130,42,2); }
td.TdClassName
{
border-color: #822A02;
}
.TagClassName
{
border-color: #822A02;
}
</style>