Shades of Burnt Umber #862D26
Tints of Burnt Umber #862D26
RGB
CMYK
RGB Variations
Color information
#862D26 (or 0x862D26) is known color: Burnt Umber. HEX triplet: 86, 2D and 26. RGB value is (134,45,38). Sum of RGB (Red+Green+Blue) = 134+45+38=217 (28% of max value = 765). Red value is 134 (52.73% from 255 or 61.75% from 217); Green value is 45 (17.97% from 255 or 20.74% from 217); Blue value is 38 (15.23% from 255 or 17.51% from 217); Max value from RGB is 134 - color contains mainly: red. Hex color #862D26 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #862D26 is #79D2D9. Grayscale: #464646. Windows color (decimal): -7983834 or 2502022. OLE color: 2502022.
HSL color Cylindrical-coordinate representation of color #862D26: hue angle of 4.38º degrees, saturation: 0.56, 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 #862D26 is Cyan = 0, Magento = 0.66, Yellow = 0.72 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 45 | 38 | - |
| CMYK | 0 | 0.66 | 0.72 | 0.47 |
| HSL | 4.38º | 0.56% | 0.34% | - |
| HSV(B) | 4.38º | 0.72% | 0.53% | - |
| XYZ | 11.12 | 7.09 | 2.62 | - |
| YUV | 70.81 | 109.49 | 173.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 45 | 38 | 0 | 0.66 | 0.72 | 0.47 | 4.38 | 0.56 | 0.34 |
| Hex | 86 | 2D | 26 | 0 | 42 | 48 | 2F | 4 | 38 | 22 |
| Octal | 206 | 55 | 46 | 0 | 102 | 110 | 57 | 4 | 70 | 42 |
| Binary | 10000110 | 101101 | 100110 | 0 | 1000010 | 1001000 | 101111 | 100 | 111000 | 100010 |
Color Harmonies of #862D26
Complementary color
Monochromatic Colors of #862D26
Black with #862D26
Text Example
Text Example
White with #862D26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #862D26; }
p { color: rgb(134,45,38); }
H1.HeaderClassName
{
color: #862D26;
}
.AnyTagClassName
{
color: #862D26;
}
</style>
background-color css
<style>
a { background-color: #862D26; }
a { background-color: rgb(134,45,38); }
div.DivClassName
{
background-color: #862D26;
}
.BgClassName
{
background-color: #862D26;
}
</style>
border-color css
<style>
span { border-color: #862D26; }
span { border-color: rgb(134,45,38); }
td.TdClassName
{
border-color: #862D26;
}
.TagClassName
{
border-color: #862D26;
}
</style>