Shades of Burnt Umber #862D23
Tints of Burnt Umber #862D23
RGB
CMYK
RGB Variations
Color information
#862D23 (or 0x862D23) is known color: Burnt Umber. HEX triplet: 86, 2D and 23. RGB value is (134,45,35). Sum of RGB (Red+Green+Blue) = 134+45+35=214 (28% of max value = 765). Red value is 134 (52.73% from 255 or 62.62% from 214); Green value is 45 (17.97% from 255 or 21.03% from 214); Blue value is 35 (14.06% from 255 or 16.36% from 214); Max value from RGB is 134 - color contains mainly: red. Hex color #862D23 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #862D23 is #79D2DC. Grayscale: #464646. Windows color (decimal): -7983837 or 2305414. OLE color: 2305414.
HSL color Cylindrical-coordinate representation of color #862D23: hue angle of 6.06º 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 #862D23 is Cyan = 0, Magento = 0.66, Yellow = 0.74 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 45 | 35 | - |
| CMYK | 0 | 0.66 | 0.74 | 0.47 |
| HSL | 6.06º | 0.59% | 0.33% | - |
| HSV(B) | 6.06º | 0.74% | 0.53% | - |
| XYZ | 11.07 | 7.07 | 2.37 | - |
| YUV | 70.47 | 107.99 | 173.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 45 | 35 | 0 | 0.66 | 0.74 | 0.47 | 6.06 | 0.59 | 0.33 |
| Hex | 86 | 2D | 23 | 0 | 42 | 4A | 2F | 6 | 3B | 21 |
| Octal | 206 | 55 | 43 | 0 | 102 | 112 | 57 | 6 | 73 | 41 |
| Binary | 10000110 | 101101 | 100011 | 0 | 1000010 | 1001010 | 101111 | 110 | 111011 | 100001 |
Color Harmonies of #862D23
Complementary color
Monochromatic Colors of #862D23
Black with #862D23
Text Example
Text Example
White with #862D23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #862D23; }
p { color: rgb(134,45,35); }
H1.HeaderClassName
{
color: #862D23;
}
.AnyTagClassName
{
color: #862D23;
}
</style>
background-color css
<style>
a { background-color: #862D23; }
a { background-color: rgb(134,45,35); }
div.DivClassName
{
background-color: #862D23;
}
.BgClassName
{
background-color: #862D23;
}
</style>
border-color css
<style>
span { border-color: #862D23; }
span { border-color: rgb(134,45,35); }
td.TdClassName
{
border-color: #862D23;
}
.TagClassName
{
border-color: #862D23;
}
</style>