Shades of Burnt Umber #813B25
Tints of Burnt Umber #813B25
RGB
CMYK
RGB Variations
Color information
#813B25 (or 0x813B25) is known color: Burnt Umber. HEX triplet: 81, 3B and 25. RGB value is (129,59,37). Sum of RGB (Red+Green+Blue) = 129+59+37=225 (29% of max value = 765). Red value is 129 (50.78% from 255 or 57.33% from 225); Green value is 59 (23.44% from 255 or 26.22% from 225); Blue value is 37 (14.84% from 255 or 16.44% from 225); Max value from RGB is 129 - color contains mainly: red. Hex color #813B25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #813B25 is #7EC4DA. Grayscale: #4D4D4D. Windows color (decimal): -8307931 or 2440065. OLE color: 2440065.
HSL color Cylindrical-coordinate representation of color #813B25: hue angle of 14.35º 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 #813B25 is Cyan = 0, Magento = 0.54, Yellow = 0.71 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 59 | 37 | - |
| CMYK | 0 | 0.54 | 0.71 | 0.49 |
| HSL | 14.35º | 0.55% | 0.33% | - |
| HSV(B) | 14.35º | 0.71% | 0.51% | - |
| XYZ | 10.95 | 7.93 | 2.7 | - |
| YUV | 77.42 | 105.19 | 164.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 59 | 37 | 0 | 0.54 | 0.71 | 0.49 | 14.35 | 0.55 | 0.33 |
| Hex | 81 | 3B | 25 | 0 | 36 | 47 | 31 | E | 37 | 21 |
| Octal | 201 | 73 | 45 | 0 | 66 | 107 | 61 | 16 | 67 | 41 |
| Binary | 10000001 | 111011 | 100101 | 0 | 110110 | 1000111 | 110001 | 1110 | 110111 | 100001 |
Color Harmonies of #813B25
Complementary color
Monochromatic Colors of #813B25
Black with #813B25
Text Example
Text Example
White with #813B25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #813B25; }
p { color: rgb(129,59,37); }
H1.HeaderClassName
{
color: #813B25;
}
.AnyTagClassName
{
color: #813B25;
}
</style>
background-color css
<style>
a { background-color: #813B25; }
a { background-color: rgb(129,59,37); }
div.DivClassName
{
background-color: #813B25;
}
.BgClassName
{
background-color: #813B25;
}
</style>
border-color css
<style>
span { border-color: #813B25; }
span { border-color: rgb(129,59,37); }
td.TdClassName
{
border-color: #813B25;
}
.TagClassName
{
border-color: #813B25;
}
</style>