Shades of Burnt Umber #862F23
Tints of Burnt Umber #862F23
RGB
CMYK
RGB Variations
Color information
#862F23 (or 0x862F23) is known color: Burnt Umber. HEX triplet: 86, 2F and 23. RGB value is (134,47,35). Sum of RGB (Red+Green+Blue) = 134+47+35=216 (28% of max value = 765). Red value is 134 (52.73% from 255 or 62.04% from 216); Green value is 47 (18.75% from 255 or 21.76% from 216); Blue value is 35 (14.06% from 255 or 16.20% from 216); Max value from RGB is 134 - color contains mainly: red. Hex color #862F23 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #862F23 is #79D0DC. Grayscale: #474747. Windows color (decimal): -7983325 or 2305926. OLE color: 2305926.
HSL color Cylindrical-coordinate representation of color #862F23: hue angle of 7.27º 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 #862F23 is Cyan = 0, Magento = 0.65, Yellow = 0.74 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 47 | 35 | - |
| CMYK | 0 | 0.65 | 0.74 | 0.47 |
| HSL | 7.27º | 0.59% | 0.33% | - |
| HSV(B) | 7.27º | 0.74% | 0.53% | - |
| XYZ | 11.15 | 7.22 | 2.4 | - |
| YUV | 71.65 | 107.32 | 172.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 47 | 35 | 0 | 0.65 | 0.74 | 0.47 | 7.27 | 0.59 | 0.33 |
| Hex | 86 | 2F | 23 | 0 | 41 | 4A | 2F | 7 | 3B | 21 |
| Octal | 206 | 57 | 43 | 0 | 101 | 112 | 57 | 7 | 73 | 41 |
| Binary | 10000110 | 101111 | 100011 | 0 | 1000001 | 1001010 | 101111 | 111 | 111011 | 100001 |
Color Harmonies of #862F23
Complementary color
Monochromatic Colors of #862F23
Black with #862F23
Text Example
Text Example
White with #862F23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #862F23; }
p { color: rgb(134,47,35); }
H1.HeaderClassName
{
color: #862F23;
}
.AnyTagClassName
{
color: #862F23;
}
</style>
background-color css
<style>
a { background-color: #862F23; }
a { background-color: rgb(134,47,35); }
div.DivClassName
{
background-color: #862F23;
}
.BgClassName
{
background-color: #862F23;
}
</style>
border-color css
<style>
span { border-color: #862F23; }
span { border-color: rgb(134,47,35); }
td.TdClassName
{
border-color: #862F23;
}
.TagClassName
{
border-color: #862F23;
}
</style>