Shades of Burnt Umber #812B1B
Tints of Burnt Umber #812B1B
RGB
CMYK
RGB Variations
Color information
#812B1B (or 0x812B1B) is known color: Burnt Umber. HEX triplet: 81, 2B and 1B. RGB value is (129,43,27). Sum of RGB (Red+Green+Blue) = 129+43+27=199 (26% of max value = 765). Red value is 129 (50.78% from 255 or 64.82% from 199); Green value is 43 (17.19% from 255 or 21.61% from 199); Blue value is 27 (10.94% from 255 or 13.57% from 199); Max value from RGB is 129 - color contains mainly: red. Hex color #812B1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #812B1B is #7ED4E4. Grayscale: #434343. Windows color (decimal): -8312037 or 1780609. OLE color: 1780609.
HSL color Cylindrical-coordinate representation of color #812B1B: hue angle of 9.41º degrees, saturation: 0.65, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #812B1B is Cyan = 0, Magento = 0.67, Yellow = 0.79 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 43 | 27 | - |
| CMYK | 0 | 0.67 | 0.79 | 0.49 |
| HSL | 9.41º | 0.65% | 0.31% | - |
| HSV(B) | 9.41º | 0.79% | 0.51% | - |
| XYZ | 10.11 | 6.47 | 1.75 | - |
| YUV | 66.89 | 105.49 | 172.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 43 | 27 | 0 | 0.67 | 0.79 | 0.49 | 9.41 | 0.65 | 0.31 |
| Hex | 81 | 2B | 1B | 0 | 43 | 4F | 31 | 9 | 41 | 1F |
| Octal | 201 | 53 | 33 | 0 | 103 | 117 | 61 | 11 | 101 | 37 |
| Binary | 10000001 | 101011 | 11011 | 0 | 1000011 | 1001111 | 110001 | 1001 | 1000001 | 11111 |
Color Harmonies of #812B1B
Complementary color
Monochromatic Colors of #812B1B
Black with #812B1B
Text Example
Text Example
White with #812B1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #812B1B; }
p { color: rgb(129,43,27); }
H1.HeaderClassName
{
color: #812B1B;
}
.AnyTagClassName
{
color: #812B1B;
}
</style>
background-color css
<style>
a { background-color: #812B1B; }
a { background-color: rgb(129,43,27); }
div.DivClassName
{
background-color: #812B1B;
}
.BgClassName
{
background-color: #812B1B;
}
</style>
border-color css
<style>
span { border-color: #812B1B; }
span { border-color: rgb(129,43,27); }
td.TdClassName
{
border-color: #812B1B;
}
.TagClassName
{
border-color: #812B1B;
}
</style>