Shades of Burnt Umber #812D23
Tints of Burnt Umber #812D23
RGB
CMYK
RGB Variations
Color information
#812D23 (or 0x812D23) is known color: Burnt Umber. HEX triplet: 81, 2D and 23. RGB value is (129,45,35). Sum of RGB (Red+Green+Blue) = 129+45+35=209 (27% of max value = 765). Red value is 129 (50.78% from 255 or 61.72% from 209); Green value is 45 (17.97% from 255 or 21.53% from 209); Blue value is 35 (14.06% from 255 or 16.75% from 209); Max value from RGB is 129 - color contains mainly: red. Hex color #812D23 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #812D23 is #7ED2DC. Grayscale: #454545. Windows color (decimal): -8311517 or 2305409. OLE color: 2305409.
HSL color Cylindrical-coordinate representation of color #812D23: hue angle of 6.38º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #812D23 is Cyan = 0, Magento = 0.65, Yellow = 0.73 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 45 | 35 | - |
| CMYK | 0 | 0.65 | 0.73 | 0.49 |
| HSL | 6.38º | 0.57% | 0.32% | - |
| HSV(B) | 6.38º | 0.73% | 0.51% | - |
| XYZ | 10.3 | 6.67 | 2.33 | - |
| YUV | 68.98 | 108.83 | 170.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 45 | 35 | 0 | 0.65 | 0.73 | 0.49 | 6.38 | 0.57 | 0.32 |
| Hex | 81 | 2D | 23 | 0 | 41 | 49 | 31 | 6 | 39 | 20 |
| Octal | 201 | 55 | 43 | 0 | 101 | 111 | 61 | 6 | 71 | 40 |
| Binary | 10000001 | 101101 | 100011 | 0 | 1000001 | 1001001 | 110001 | 110 | 111001 | 100000 |
Color Harmonies of #812D23
Complementary color
Monochromatic Colors of #812D23
Black with #812D23
Text Example
Text Example
White with #812D23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #812D23; }
p { color: rgb(129,45,35); }
H1.HeaderClassName
{
color: #812D23;
}
.AnyTagClassName
{
color: #812D23;
}
</style>
background-color css
<style>
a { background-color: #812D23; }
a { background-color: rgb(129,45,35); }
div.DivClassName
{
background-color: #812D23;
}
.BgClassName
{
background-color: #812D23;
}
</style>
border-color css
<style>
span { border-color: #812D23; }
span { border-color: rgb(129,45,35); }
td.TdClassName
{
border-color: #812D23;
}
.TagClassName
{
border-color: #812D23;
}
</style>