Shades of Burnt Umber #863123
Tints of Burnt Umber #863123
RGB
CMYK
RGB Variations
Color information
#863123 (or 0x863123) is known color: Burnt Umber. HEX triplet: 86, 31 and 23. RGB value is (134,49,35). Sum of RGB (Red+Green+Blue) = 134+49+35=218 (28% of max value = 765). Red value is 134 (52.73% from 255 or 61.47% from 218); Green value is 49 (19.53% from 255 or 22.48% from 218); Blue value is 35 (14.06% from 255 or 16.06% from 218); Max value from RGB is 134 - color contains mainly: red. Hex color #863123 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863123 is #79CEDC. Grayscale: #484848. Windows color (decimal): -7982813 or 2306438. OLE color: 2306438.
HSL color Cylindrical-coordinate representation of color #863123: hue angle of 8.48º 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 #863123 is Cyan = 0, Magento = 0.63, Yellow = 0.74 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 49 | 35 | - |
| CMYK | 0 | 0.63 | 0.74 | 0.47 |
| HSL | 8.48º | 0.59% | 0.33% | - |
| HSV(B) | 8.48º | 0.74% | 0.53% | - |
| XYZ | 11.23 | 7.39 | 2.42 | - |
| YUV | 72.82 | 106.66 | 171.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 49 | 35 | 0 | 0.63 | 0.74 | 0.47 | 8.48 | 0.59 | 0.33 |
| Hex | 86 | 31 | 23 | 0 | 3F | 4A | 2F | 8 | 3B | 21 |
| Octal | 206 | 61 | 43 | 0 | 77 | 112 | 57 | 10 | 73 | 41 |
| Binary | 10000110 | 110001 | 100011 | 0 | 111111 | 1001010 | 101111 | 1000 | 111011 | 100001 |
Color Harmonies of #863123
Complementary color
Monochromatic Colors of #863123
Black with #863123
Text Example
Text Example
White with #863123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863123; }
p { color: rgb(134,49,35); }
H1.HeaderClassName
{
color: #863123;
}
.AnyTagClassName
{
color: #863123;
}
</style>
background-color css
<style>
a { background-color: #863123; }
a { background-color: rgb(134,49,35); }
div.DivClassName
{
background-color: #863123;
}
.BgClassName
{
background-color: #863123;
}
</style>
border-color css
<style>
span { border-color: #863123; }
span { border-color: rgb(134,49,35); }
td.TdClassName
{
border-color: #863123;
}
.TagClassName
{
border-color: #863123;
}
</style>