Shades of Saddle Brown #822F03
Tints of Saddle Brown #822F03
RGB
CMYK
RGB Variations
Color information
#822F03 (or 0x822F03) is known color: Saddle Brown. HEX triplet: 82, 2F and 03. RGB value is (130,47,3). Sum of RGB (Red+Green+Blue) = 130+47+3=180 (23% of max value = 765). Red value is 130 (51.17% from 255 or 72.22% from 180); Green value is 47 (18.75% from 255 or 26.11% from 180); Blue value is 3 (1.56% from 255 or 1.67% from 180); Max value from RGB is 130 - color contains mainly: red. Hex color #822F03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #822F03 is #7DD0FC. Grayscale: #434343. Windows color (decimal): -8245501 or 208770. OLE color: 208770.
HSL color Cylindrical-coordinate representation of color #822F03: hue angle of 20.79º 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 #822F03 is Cyan = 0, Magento = 0.64, Yellow = 0.98 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 47 | 3 | - |
| CMYK | 0 | 0.64 | 0.98 | 0.49 |
| HSL | 20.79º | 0.95% | 0.26% | - |
| HSV(B) | 20.79º | 0.98% | 0.51% | - |
| XYZ | 10.24 | 6.79 | 0.86 | - |
| YUV | 66.8 | 92 | 173.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 47 | 3 | 0 | 0.64 | 0.98 | 0.49 | 20.79 | 0.95 | 0.26 |
| Hex | 82 | 2F | 3 | 0 | 40 | 62 | 31 | 15 | 5F | 1A |
| Octal | 202 | 57 | 3 | 0 | 100 | 142 | 61 | 25 | 137 | 32 |
| Binary | 10000010 | 101111 | 11 | 0 | 1000000 | 1100010 | 110001 | 10101 | 1011111 | 11010 |
Color Harmonies of #822F03
Complementary color
Monochromatic Colors of #822F03
Black with #822F03
Text Example
Text Example
White with #822F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #822F03; }
p { color: rgb(130,47,3); }
H1.HeaderClassName
{
color: #822F03;
}
.AnyTagClassName
{
color: #822F03;
}
</style>
background-color css
<style>
a { background-color: #822F03; }
a { background-color: rgb(130,47,3); }
div.DivClassName
{
background-color: #822F03;
}
.BgClassName
{
background-color: #822F03;
}
</style>
border-color css
<style>
span { border-color: #822F03; }
span { border-color: rgb(130,47,3); }
td.TdClassName
{
border-color: #822F03;
}
.TagClassName
{
border-color: #822F03;
}
</style>