Shades of Burnt Umber #812B23
Tints of Burnt Umber #812B23
RGB
CMYK
RGB Variations
Color information
#812B23 (or 0x812B23) is known color: Burnt Umber. HEX triplet: 81, 2B and 23. RGB value is (129,43,35). Sum of RGB (Red+Green+Blue) = 129+43+35=207 (27% of max value = 765). Red value is 129 (50.78% from 255 or 62.32% from 207); Green value is 43 (17.19% from 255 or 20.77% from 207); Blue value is 35 (14.06% from 255 or 16.91% from 207); Max value from RGB is 129 - color contains mainly: red. Hex color #812B23 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #812B23 is #7ED4DC. Grayscale: #434343. Windows color (decimal): -8312029 or 2304897. OLE color: 2304897.
HSL color Cylindrical-coordinate representation of color #812B23: hue angle of 5.11º 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 #812B23 is Cyan = 0, Magento = 0.67, Yellow = 0.73 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 43 | 35 | - |
| CMYK | 0 | 0.67 | 0.73 | 0.49 |
| HSL | 5.11º | 0.57% | 0.32% | - |
| HSV(B) | 5.11º | 0.73% | 0.51% | - |
| XYZ | 10.22 | 6.52 | 2.31 | - |
| YUV | 67.8 | 109.49 | 171.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 43 | 35 | 0 | 0.67 | 0.73 | 0.49 | 5.11 | 0.57 | 0.32 |
| Hex | 81 | 2B | 23 | 0 | 43 | 49 | 31 | 5 | 39 | 20 |
| Octal | 201 | 53 | 43 | 0 | 103 | 111 | 61 | 5 | 71 | 40 |
| Binary | 10000001 | 101011 | 100011 | 0 | 1000011 | 1001001 | 110001 | 101 | 111001 | 100000 |
Color Harmonies of #812B23
Complementary color
Monochromatic Colors of #812B23
Black with #812B23
Text Example
Text Example
White with #812B23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #812B23; }
p { color: rgb(129,43,35); }
H1.HeaderClassName
{
color: #812B23;
}
.AnyTagClassName
{
color: #812B23;
}
</style>
background-color css
<style>
a { background-color: #812B23; }
a { background-color: rgb(129,43,35); }
div.DivClassName
{
background-color: #812B23;
}
.BgClassName
{
background-color: #812B23;
}
</style>
border-color css
<style>
span { border-color: #812B23; }
span { border-color: rgb(129,43,35); }
td.TdClassName
{
border-color: #812B23;
}
.TagClassName
{
border-color: #812B23;
}
</style>