Shades of Saddle Brown #822C01
Tints of Saddle Brown #822C01
RGB
CMYK
RGB Variations
Color information
#822C01 (or 0x822C01) is known color: Saddle Brown. HEX triplet: 82, 2C and 01. RGB value is (130,44,1). Sum of RGB (Red+Green+Blue) = 130+44+1=175 (23% of max value = 765). Red value is 130 (51.17% from 255 or 74.29% from 175); Green value is 44 (17.58% from 255 or 25.14% from 175); Blue value is 1 (0.78% from 255 or 0.57% from 175); Max value from RGB is 130 - color contains mainly: red. Hex color #822C01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #822C01 is #7DD3FE. Grayscale: #414141. Windows color (decimal): -8246271 or 76930. OLE color: 76930.
HSL color Cylindrical-coordinate representation of color #822C01: hue angle of 20º 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 #822C01 is Cyan = 0, Magento = 0.66, Yellow = 0.99 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 44 | 1 | - |
| CMYK | 0 | 0.66 | 0.99 | 0.49 |
| HSL | 20º | 0.98% | 0.26% | - |
| HSV(B) | 20º | 0.99% | 0.51% | - |
| XYZ | 10.11 | 6.55 | 0.76 | - |
| YUV | 64.81 | 91.99 | 174.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 44 | 1 | 0 | 0.66 | 0.99 | 0.49 | 20 | 0.98 | 0.26 |
| Hex | 82 | 2C | 1 | 0 | 42 | 63 | 31 | 14 | 62 | 1A |
| Octal | 202 | 54 | 1 | 0 | 102 | 143 | 61 | 24 | 142 | 32 |
| Binary | 10000010 | 101100 | 1 | 0 | 1000010 | 1100011 | 110001 | 10100 | 1100010 | 11010 |
Color Harmonies of #822C01
Complementary color
Monochromatic Colors of #822C01
Black with #822C01
Text Example
Text Example
White with #822C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #822C01; }
p { color: rgb(130,44,1); }
H1.HeaderClassName
{
color: #822C01;
}
.AnyTagClassName
{
color: #822C01;
}
</style>
background-color css
<style>
a { background-color: #822C01; }
a { background-color: rgb(130,44,1); }
div.DivClassName
{
background-color: #822C01;
}
.BgClassName
{
background-color: #822C01;
}
</style>
border-color css
<style>
span { border-color: #822C01; }
span { border-color: rgb(130,44,1); }
td.TdClassName
{
border-color: #822C01;
}
.TagClassName
{
border-color: #822C01;
}
</style>