Shades of Burnt Umber #882D0F
Tints of Burnt Umber #882D0F
RGB
CMYK
RGB Variations
Color information
#882D0F (or 0x882D0F) is known color: Burnt Umber. HEX triplet: 88, 2D and 0F. RGB value is (136,45,15). Sum of RGB (Red+Green+Blue) = 136+45+15=196 (25% of max value = 765). Red value is 136 (53.52% from 255 or 69.39% from 196); Green value is 45 (17.97% from 255 or 22.96% from 196); Blue value is 15 (6.25% from 255 or 7.65% from 196); Max value from RGB is 136 - color contains mainly: red. Hex color #882D0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #882D0F is #77D2F0. Grayscale: #454545. Windows color (decimal): -7852785 or 994696. OLE color: 994696.
HSL color Cylindrical-coordinate representation of color #882D0F: hue angle of 14.88º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #882D0F is Cyan = 0, Magento = 0.67, Yellow = 0.89 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 45 | 15 | - |
| CMYK | 0 | 0.67 | 0.89 | 0.47 |
| HSL | 14.88º | 0.8% | 0.3% | - |
| HSV(B) | 14.88º | 0.89% | 0.53% | - |
| XYZ | 11.18 | 7.15 | 1.24 | - |
| YUV | 68.79 | 97.65 | 175.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 45 | 15 | 0 | 0.67 | 0.89 | 0.47 | 14.88 | 0.8 | 0.3 |
| Hex | 88 | 2D | F | 0 | 43 | 59 | 2F | F | 50 | 1E |
| Octal | 210 | 55 | 17 | 0 | 103 | 131 | 57 | 17 | 120 | 36 |
| Binary | 10001000 | 101101 | 1111 | 0 | 1000011 | 1011001 | 101111 | 1111 | 1010000 | 11110 |
Color Harmonies of #882D0F
Complementary color
Monochromatic Colors of #882D0F
Black with #882D0F
Text Example
Text Example
White with #882D0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882D0F; }
p { color: rgb(136,45,15); }
H1.HeaderClassName
{
color: #882D0F;
}
.AnyTagClassName
{
color: #882D0F;
}
</style>
background-color css
<style>
a { background-color: #882D0F; }
a { background-color: rgb(136,45,15); }
div.DivClassName
{
background-color: #882D0F;
}
.BgClassName
{
background-color: #882D0F;
}
</style>
border-color css
<style>
span { border-color: #882D0F; }
span { border-color: rgb(136,45,15); }
td.TdClassName
{
border-color: #882D0F;
}
.TagClassName
{
border-color: #882D0F;
}
</style>