Shades of Saddle Brown #822B01
Tints of Saddle Brown #822B01
RGB
CMYK
RGB Variations
Color information
#822B01 (or 0x822B01) is known color: Saddle Brown. HEX triplet: 82, 2B and 01. RGB value is (130,43,1). Sum of RGB (Red+Green+Blue) = 130+43+1=174 (23% of max value = 765). Red value is 130 (51.17% from 255 or 74.71% from 174); Green value is 43 (17.19% from 255 or 24.71% from 174); Blue value is 1 (0.78% from 255 or 0.57% from 174); Max value from RGB is 130 - color contains mainly: red. Hex color #822B01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #822B01 is #7DD4FE. Grayscale: #404040. Windows color (decimal): -8246527 or 76674. OLE color: 76674.
HSL color Cylindrical-coordinate representation of color #822B01: hue angle of 19.53º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #822B01 is Cyan = 0, Magento = 0.67, Yellow = 0.99 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 43 | 1 | - |
| CMYK | 0 | 0.67 | 0.99 | 0.49 |
| HSL | 19.53º | 0.98% | 0.26% | - |
| HSV(B) | 19.53º | 0.99% | 0.51% | - |
| XYZ | 10.08 | 6.48 | 0.75 | - |
| YUV | 64.23 | 92.32 | 174.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 43 | 1 | 0 | 0.67 | 0.99 | 0.49 | 19.53 | 0.98 | 0.26 |
| Hex | 82 | 2B | 1 | 0 | 43 | 63 | 31 | 14 | 62 | 1A |
| Octal | 202 | 53 | 1 | 0 | 103 | 143 | 61 | 24 | 142 | 32 |
| Binary | 10000010 | 101011 | 1 | 0 | 1000011 | 1100011 | 110001 | 10100 | 1100010 | 11010 |
Color Harmonies of #822B01
Complementary color
Monochromatic Colors of #822B01
Black with #822B01
Text Example
Text Example
White with #822B01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #822B01; }
p { color: rgb(130,43,1); }
H1.HeaderClassName
{
color: #822B01;
}
.AnyTagClassName
{
color: #822B01;
}
</style>
background-color css
<style>
a { background-color: #822B01; }
a { background-color: rgb(130,43,1); }
div.DivClassName
{
background-color: #822B01;
}
.BgClassName
{
background-color: #822B01;
}
</style>
border-color css
<style>
span { border-color: #822B01; }
span { border-color: rgb(130,43,1); }
td.TdClassName
{
border-color: #822B01;
}
.TagClassName
{
border-color: #822B01;
}
</style>