Shades of Burnt Umber #872D23
Tints of Burnt Umber #872D23
RGB
CMYK
RGB Variations
Color information
#872D23 (or 0x872D23) is known color: Burnt Umber. HEX triplet: 87, 2D and 23. RGB value is (135,45,35). Sum of RGB (Red+Green+Blue) = 135+45+35=215 (28% of max value = 765). Red value is 135 (53.12% from 255 or 62.79% from 215); Green value is 45 (17.97% from 255 or 20.93% from 215); Blue value is 35 (14.06% from 255 or 16.28% from 215); Max value from RGB is 135 - color contains mainly: red. Hex color #872D23 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #872D23 is #78D2DC. Grayscale: #464646. Windows color (decimal): -7918301 or 2305415. OLE color: 2305415.
HSL color Cylindrical-coordinate representation of color #872D23: hue angle of 6º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #872D23 is Cyan = 0, Magento = 0.67, Yellow = 0.74 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 45 | 35 | - |
| CMYK | 0 | 0.67 | 0.74 | 0.47 |
| HSL | 6º | 0.59% | 0.33% | - |
| HSV(B) | 6º | 0.74% | 0.53% | - |
| XYZ | 11.23 | 7.15 | 2.38 | - |
| YUV | 70.77 | 107.82 | 173.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 45 | 35 | 0 | 0.67 | 0.74 | 0.47 | 6 | 0.59 | 0.33 |
| Hex | 87 | 2D | 23 | 0 | 43 | 4A | 2F | 6 | 3B | 21 |
| Octal | 207 | 55 | 43 | 0 | 103 | 112 | 57 | 6 | 73 | 41 |
| Binary | 10000111 | 101101 | 100011 | 0 | 1000011 | 1001010 | 101111 | 110 | 111011 | 100001 |
Color Harmonies of #872D23
Complementary color
Monochromatic Colors of #872D23
Black with #872D23
Text Example
Text Example
White with #872D23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #872D23; }
p { color: rgb(135,45,35); }
H1.HeaderClassName
{
color: #872D23;
}
.AnyTagClassName
{
color: #872D23;
}
</style>
background-color css
<style>
a { background-color: #872D23; }
a { background-color: rgb(135,45,35); }
div.DivClassName
{
background-color: #872D23;
}
.BgClassName
{
background-color: #872D23;
}
</style>
border-color css
<style>
span { border-color: #872D23; }
span { border-color: rgb(135,45,35); }
td.TdClassName
{
border-color: #872D23;
}
.TagClassName
{
border-color: #872D23;
}
</style>