Shades of Burnt Umber #853426
Tints of Burnt Umber #853426
RGB
CMYK
RGB Variations
Color information
#853426 (or 0x853426) is known color: Burnt Umber. HEX triplet: 85, 34 and 26. RGB value is (133,52,38). Sum of RGB (Red+Green+Blue) = 133+52+38=223 (29% of max value = 765). Red value is 133 (52.34% from 255 or 59.64% from 223); Green value is 52 (20.70% from 255 or 23.32% from 223); Blue value is 38 (15.23% from 255 or 17.04% from 223); Max value from RGB is 133 - color contains mainly: red. Hex color #853426 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853426 is #7ACBD9. Grayscale: #4A4A4A. Windows color (decimal): -8047578 or 2503813. OLE color: 2503813.
HSL color Cylindrical-coordinate representation of color #853426: hue angle of 8.84º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #853426 is Cyan = 0, Magento = 0.61, Yellow = 0.71 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 52 | 38 | - |
| CMYK | 0 | 0.61 | 0.71 | 0.48 |
| HSL | 8.84º | 0.56% | 0.34% | - |
| HSV(B) | 8.84º | 0.71% | 0.52% | - |
| XYZ | 11.25 | 7.58 | 2.7 | - |
| YUV | 74.62 | 107.34 | 169.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 52 | 38 | 0 | 0.61 | 0.71 | 0.48 | 8.84 | 0.56 | 0.34 |
| Hex | 85 | 34 | 26 | 0 | 3D | 47 | 30 | 9 | 38 | 22 |
| Octal | 205 | 64 | 46 | 0 | 75 | 107 | 60 | 11 | 70 | 42 |
| Binary | 10000101 | 110100 | 100110 | 0 | 111101 | 1000111 | 110000 | 1001 | 111000 | 100010 |
Color Harmonies of #853426
Complementary color
Monochromatic Colors of #853426
Black with #853426
Text Example
Text Example
White with #853426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853426; }
p { color: rgb(133,52,38); }
H1.HeaderClassName
{
color: #853426;
}
.AnyTagClassName
{
color: #853426;
}
</style>
background-color css
<style>
a { background-color: #853426; }
a { background-color: rgb(133,52,38); }
div.DivClassName
{
background-color: #853426;
}
.BgClassName
{
background-color: #853426;
}
</style>
border-color css
<style>
span { border-color: #853426; }
span { border-color: rgb(133,52,38); }
td.TdClassName
{
border-color: #853426;
}
.TagClassName
{
border-color: #853426;
}
</style>