Shades of Burnt Umber #863425
Tints of Burnt Umber #863425
RGB
CMYK
RGB Variations
Color information
#863425 (or 0x863425) is known color: Burnt Umber. HEX triplet: 86, 34 and 25. RGB value is (134,52,37). Sum of RGB (Red+Green+Blue) = 134+52+37=223 (29% of max value = 765). Red value is 134 (52.73% from 255 or 60.09% from 223); Green value is 52 (20.70% from 255 or 23.32% from 223); Blue value is 37 (14.84% from 255 or 16.59% from 223); Max value from RGB is 134 - color contains mainly: red. Hex color #863425 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863425 is #79CBDA. Grayscale: #4A4A4A. Windows color (decimal): -7982043 or 2438278. OLE color: 2438278.
HSL color Cylindrical-coordinate representation of color #863425: hue angle of 9.28º 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 #863425 is Cyan = 0, Magento = 0.61, Yellow = 0.72 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 52 | 37 | - |
| CMYK | 0 | 0.61 | 0.72 | 0.47 |
| HSL | 9.28º | 0.57% | 0.34% | - |
| HSV(B) | 9.28º | 0.72% | 0.53% | - |
| XYZ | 11.39 | 7.66 | 2.63 | - |
| YUV | 74.81 | 106.67 | 170.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 52 | 37 | 0 | 0.61 | 0.72 | 0.47 | 9.28 | 0.57 | 0.34 |
| Hex | 86 | 34 | 25 | 0 | 3D | 48 | 2F | 9 | 39 | 22 |
| Octal | 206 | 64 | 45 | 0 | 75 | 110 | 57 | 11 | 71 | 42 |
| Binary | 10000110 | 110100 | 100101 | 0 | 111101 | 1001000 | 101111 | 1001 | 111001 | 100010 |
Color Harmonies of #863425
Complementary color
Monochromatic Colors of #863425
Black with #863425
Text Example
Text Example
White with #863425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863425; }
p { color: rgb(134,52,37); }
H1.HeaderClassName
{
color: #863425;
}
.AnyTagClassName
{
color: #863425;
}
</style>
background-color css
<style>
a { background-color: #863425; }
a { background-color: rgb(134,52,37); }
div.DivClassName
{
background-color: #863425;
}
.BgClassName
{
background-color: #863425;
}
</style>
border-color css
<style>
span { border-color: #863425; }
span { border-color: rgb(134,52,37); }
td.TdClassName
{
border-color: #863425;
}
.TagClassName
{
border-color: #863425;
}
</style>