Shades of Burnt Umber #862D25
Tints of Burnt Umber #862D25
RGB
CMYK
RGB Variations
Color information
#862D25 (or 0x862D25) is known color: Burnt Umber. HEX triplet: 86, 2D and 25. RGB value is (134,45,37). Sum of RGB (Red+Green+Blue) = 134+45+37=216 (28% of max value = 765). Red value is 134 (52.73% from 255 or 62.04% from 216); Green value is 45 (17.97% from 255 or 20.83% from 216); Blue value is 37 (14.84% from 255 or 17.13% from 216); Max value from RGB is 134 - color contains mainly: red. Hex color #862D25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #862D25 is #79D2DA. Grayscale: #464646. Windows color (decimal): -7983835 or 2436486. OLE color: 2436486.
HSL color Cylindrical-coordinate representation of color #862D25: hue angle of 4.95º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #862D25 is Cyan = 0, Magento = 0.66, Yellow = 0.72 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 45 | 37 | - |
| CMYK | 0 | 0.66 | 0.72 | 0.47 |
| HSL | 4.95º | 0.57% | 0.34% | - |
| HSV(B) | 4.95º | 0.72% | 0.53% | - |
| XYZ | 11.1 | 7.08 | 2.53 | - |
| YUV | 70.7 | 108.99 | 173.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 45 | 37 | 0 | 0.66 | 0.72 | 0.47 | 4.95 | 0.57 | 0.34 |
| Hex | 86 | 2D | 25 | 0 | 42 | 48 | 2F | 5 | 39 | 22 |
| Octal | 206 | 55 | 45 | 0 | 102 | 110 | 57 | 5 | 71 | 42 |
| Binary | 10000110 | 101101 | 100101 | 0 | 1000010 | 1001000 | 101111 | 101 | 111001 | 100010 |
Color Harmonies of #862D25
Complementary color
Monochromatic Colors of #862D25
Black with #862D25
Text Example
Text Example
White with #862D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #862D25; }
p { color: rgb(134,45,37); }
H1.HeaderClassName
{
color: #862D25;
}
.AnyTagClassName
{
color: #862D25;
}
</style>
background-color css
<style>
a { background-color: #862D25; }
a { background-color: rgb(134,45,37); }
div.DivClassName
{
background-color: #862D25;
}
.BgClassName
{
background-color: #862D25;
}
</style>
border-color css
<style>
span { border-color: #862D25; }
span { border-color: rgb(134,45,37); }
td.TdClassName
{
border-color: #862D25;
}
.TagClassName
{
border-color: #862D25;
}
</style>