Shades of Burnt Umber #822D25
Tints of Burnt Umber #822D25
RGB
CMYK
RGB Variations
Color information
#822D25 (or 0x822D25) is known color: Burnt Umber. HEX triplet: 82, 2D and 25. RGB value is (130,45,37). Sum of RGB (Red+Green+Blue) = 130+45+37=212 (28% of max value = 765). Red value is 130 (51.17% from 255 or 61.32% from 212); Green value is 45 (17.97% from 255 or 21.23% from 212); Blue value is 37 (14.84% from 255 or 17.45% from 212); Max value from RGB is 130 - color contains mainly: red. Hex color #822D25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #822D25 is #7DD2DA. Grayscale: #454545. Windows color (decimal): -8245979 or 2436482. OLE color: 2436482.
HSL color Cylindrical-coordinate representation of color #822D25: hue angle of 5.16º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #822D25 is Cyan = 0, Magento = 0.65, Yellow = 0.72 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 45 | 37 | - |
| CMYK | 0 | 0.65 | 0.72 | 0.49 |
| HSL | 5.16º | 0.56% | 0.33% | - |
| HSV(B) | 5.16º | 0.72% | 0.51% | - |
| XYZ | 10.48 | 6.76 | 2.5 | - |
| YUV | 69.5 | 109.66 | 171.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 45 | 37 | 0 | 0.65 | 0.72 | 0.49 | 5.16 | 0.56 | 0.33 |
| Hex | 82 | 2D | 25 | 0 | 41 | 48 | 31 | 5 | 38 | 21 |
| Octal | 202 | 55 | 45 | 0 | 101 | 110 | 61 | 5 | 70 | 41 |
| Binary | 10000010 | 101101 | 100101 | 0 | 1000001 | 1001000 | 110001 | 101 | 111000 | 100001 |
Color Harmonies of #822D25
Complementary color
Monochromatic Colors of #822D25
Black with #822D25
Text Example
Text Example
White with #822D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #822D25; }
p { color: rgb(130,45,37); }
H1.HeaderClassName
{
color: #822D25;
}
.AnyTagClassName
{
color: #822D25;
}
</style>
background-color css
<style>
a { background-color: #822D25; }
a { background-color: rgb(130,45,37); }
div.DivClassName
{
background-color: #822D25;
}
.BgClassName
{
background-color: #822D25;
}
</style>
border-color css
<style>
span { border-color: #822D25; }
span { border-color: rgb(130,45,37); }
td.TdClassName
{
border-color: #822D25;
}
.TagClassName
{
border-color: #822D25;
}
</style>