Shades of Burnt Umber #882A12
Tints of Burnt Umber #882A12
RGB
CMYK
RGB Variations
Color information
#882A12 (or 0x882A12) is known color: Burnt Umber. HEX triplet: 88, 2A and 12. RGB value is (136,42,18). Sum of RGB (Red+Green+Blue) = 136+42+18=196 (25% of max value = 765). Red value is 136 (53.52% from 255 or 69.39% from 196); Green value is 42 (16.80% from 255 or 21.43% from 196); Blue value is 18 (7.42% from 255 or 9.18% from 196); Max value from RGB is 136 - color contains mainly: red. Hex color #882A12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #882A12 is #77D5ED. Grayscale: #434343. Windows color (decimal): -7853550 or 1190536. OLE color: 1190536.
HSL color Cylindrical-coordinate representation of color #882A12: hue angle of 12.2º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #882A12 is Cyan = 0, Magento = 0.69, Yellow = 0.87 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 42 | 18 | - |
| CMYK | 0 | 0.69 | 0.87 | 0.47 |
| HSL | 12.2º | 0.77% | 0.3% | - |
| HSV(B) | 12.2º | 0.87% | 0.53% | - |
| XYZ | 11.09 | 6.93 | 1.33 | - |
| YUV | 67.37 | 100.14 | 176.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 42 | 18 | 0 | 0.69 | 0.87 | 0.47 | 12.2 | 0.77 | 0.3 |
| Hex | 88 | 2A | 12 | 0 | 45 | 57 | 2F | C | 4D | 1E |
| Octal | 210 | 52 | 22 | 0 | 105 | 127 | 57 | 14 | 115 | 36 |
| Binary | 10001000 | 101010 | 10010 | 0 | 1000101 | 1010111 | 101111 | 1100 | 1001101 | 11110 |
Color Harmonies of #882A12
Complementary color
Monochromatic Colors of #882A12
Black with #882A12
Text Example
Text Example
White with #882A12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882A12; }
p { color: rgb(136,42,18); }
H1.HeaderClassName
{
color: #882A12;
}
.AnyTagClassName
{
color: #882A12;
}
</style>
background-color css
<style>
a { background-color: #882A12; }
a { background-color: rgb(136,42,18); }
div.DivClassName
{
background-color: #882A12;
}
.BgClassName
{
background-color: #882A12;
}
</style>
border-color css
<style>
span { border-color: #882A12; }
span { border-color: rgb(136,42,18); }
td.TdClassName
{
border-color: #882A12;
}
.TagClassName
{
border-color: #882A12;
}
</style>