Shades of Burnt Umber #863225
Tints of Burnt Umber #863225
RGB
CMYK
RGB Variations
Color information
#863225 (or 0x863225) is known color: Burnt Umber. HEX triplet: 86, 32 and 25. RGB value is (134,50,37). Sum of RGB (Red+Green+Blue) = 134+50+37=221 (29% of max value = 765). Red value is 134 (52.73% from 255 or 60.63% from 221); Green value is 50 (19.92% from 255 or 22.62% from 221); Blue value is 37 (14.84% from 255 or 16.74% from 221); Max value from RGB is 134 - color contains mainly: red. Hex color #863225 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863225 is #79CDDA. Grayscale: #494949. Windows color (decimal): -7982555 or 2437766. OLE color: 2437766.
HSL color Cylindrical-coordinate representation of color #863225: hue angle of 8.04º 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 #863225 is Cyan = 0, Magento = 0.63, Yellow = 0.72 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 50 | 37 | - |
| CMYK | 0 | 0.63 | 0.72 | 0.47 |
| HSL | 8.04º | 0.57% | 0.34% | - |
| HSV(B) | 8.04º | 0.72% | 0.53% | - |
| XYZ | 11.31 | 7.48 | 2.6 | - |
| YUV | 73.63 | 107.33 | 171.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 50 | 37 | 0 | 0.63 | 0.72 | 0.47 | 8.04 | 0.57 | 0.34 |
| Hex | 86 | 32 | 25 | 0 | 3F | 48 | 2F | 8 | 39 | 22 |
| Octal | 206 | 62 | 45 | 0 | 77 | 110 | 57 | 10 | 71 | 42 |
| Binary | 10000110 | 110010 | 100101 | 0 | 111111 | 1001000 | 101111 | 1000 | 111001 | 100010 |
Color Harmonies of #863225
Complementary color
Monochromatic Colors of #863225
Black with #863225
Text Example
Text Example
White with #863225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863225; }
p { color: rgb(134,50,37); }
H1.HeaderClassName
{
color: #863225;
}
.AnyTagClassName
{
color: #863225;
}
</style>
background-color css
<style>
a { background-color: #863225; }
a { background-color: rgb(134,50,37); }
div.DivClassName
{
background-color: #863225;
}
.BgClassName
{
background-color: #863225;
}
</style>
border-color css
<style>
span { border-color: #863225; }
span { border-color: rgb(134,50,37); }
td.TdClassName
{
border-color: #863225;
}
.TagClassName
{
border-color: #863225;
}
</style>