Shades of Burnt Umber #862C25
Tints of Burnt Umber #862C25
RGB
CMYK
RGB Variations
Color information
#862C25 (or 0x862C25) is known color: Burnt Umber. HEX triplet: 86, 2C and 25. RGB value is (134,44,37). Sum of RGB (Red+Green+Blue) = 134+44+37=215 (28% of max value = 765). Red value is 134 (52.73% from 255 or 62.33% from 215); Green value is 44 (17.58% from 255 or 20.47% from 215); Blue value is 37 (14.84% from 255 or 17.21% from 215); Max value from RGB is 134 - color contains mainly: red. Hex color #862C25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #862C25 is #79D3DA. Grayscale: #464646. Windows color (decimal): -7984091 or 2436230. OLE color: 2436230.
HSL color Cylindrical-coordinate representation of color #862C25: hue angle of 4.33º 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 #862C25 is Cyan = 0, Magento = 0.67, Yellow = 0.72 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 44 | 37 | - |
| CMYK | 0 | 0.67 | 0.72 | 0.47 |
| HSL | 4.33º | 0.57% | 0.34% | - |
| HSV(B) | 4.33º | 0.72% | 0.53% | - |
| XYZ | 11.07 | 7 | 2.52 | - |
| YUV | 70.11 | 109.32 | 173.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 44 | 37 | 0 | 0.67 | 0.72 | 0.47 | 4.33 | 0.57 | 0.34 |
| Hex | 86 | 2C | 25 | 0 | 43 | 48 | 2F | 4 | 39 | 22 |
| Octal | 206 | 54 | 45 | 0 | 103 | 110 | 57 | 4 | 71 | 42 |
| Binary | 10000110 | 101100 | 100101 | 0 | 1000011 | 1001000 | 101111 | 100 | 111001 | 100010 |
Color Harmonies of #862C25
Complementary color
Monochromatic Colors of #862C25
Black with #862C25
Text Example
Text Example
White with #862C25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #862C25; }
p { color: rgb(134,44,37); }
H1.HeaderClassName
{
color: #862C25;
}
.AnyTagClassName
{
color: #862C25;
}
</style>
background-color css
<style>
a { background-color: #862C25; }
a { background-color: rgb(134,44,37); }
div.DivClassName
{
background-color: #862C25;
}
.BgClassName
{
background-color: #862C25;
}
</style>
border-color css
<style>
span { border-color: #862C25; }
span { border-color: rgb(134,44,37); }
td.TdClassName
{
border-color: #862C25;
}
.TagClassName
{
border-color: #862C25;
}
</style>