Shades of Burnt Umber #813125
Tints of Burnt Umber #813125
RGB
CMYK
RGB Variations
Color information
#813125 (or 0x813125) is known color: Burnt Umber. HEX triplet: 81, 31 and 25. RGB value is (129,49,37). Sum of RGB (Red+Green+Blue) = 129+49+37=215 (28% of max value = 765). Red value is 129 (50.78% from 255 or 60% from 215); Green value is 49 (19.53% from 255 or 22.79% from 215); Blue value is 37 (14.84% from 255 or 17.21% from 215); Max value from RGB is 129 - color contains mainly: red. Hex color #813125 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #813125 is #7ECEDA. Grayscale: #474747. Windows color (decimal): -8310491 or 2437505. OLE color: 2437505.
HSL color Cylindrical-coordinate representation of color #813125: hue angle of 7.83º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #813125 is Cyan = 0, Magento = 0.62, Yellow = 0.71 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 49 | 37 | - |
| CMYK | 0 | 0.62 | 0.71 | 0.49 |
| HSL | 7.83º | 0.55% | 0.33% | - |
| HSV(B) | 7.83º | 0.71% | 0.51% | - |
| XYZ | 10.49 | 7 | 2.55 | - |
| YUV | 71.55 | 108.5 | 168.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 49 | 37 | 0 | 0.62 | 0.71 | 0.49 | 7.83 | 0.55 | 0.33 |
| Hex | 81 | 31 | 25 | 0 | 3E | 47 | 31 | 8 | 37 | 21 |
| Octal | 201 | 61 | 45 | 0 | 76 | 107 | 61 | 10 | 67 | 41 |
| Binary | 10000001 | 110001 | 100101 | 0 | 111110 | 1000111 | 110001 | 1000 | 110111 | 100001 |
Color Harmonies of #813125
Complementary color
Monochromatic Colors of #813125
Black with #813125
Text Example
Text Example
White with #813125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #813125; }
p { color: rgb(129,49,37); }
H1.HeaderClassName
{
color: #813125;
}
.AnyTagClassName
{
color: #813125;
}
</style>
background-color css
<style>
a { background-color: #813125; }
a { background-color: rgb(129,49,37); }
div.DivClassName
{
background-color: #813125;
}
.BgClassName
{
background-color: #813125;
}
</style>
border-color css
<style>
span { border-color: #813125; }
span { border-color: rgb(129,49,37); }
td.TdClassName
{
border-color: #813125;
}
.TagClassName
{
border-color: #813125;
}
</style>