Shades of Burnt Umber #853A28
Tints of Burnt Umber #853A28
RGB
CMYK
RGB Variations
Color information
#853A28 (or 0x853A28) is known color: Burnt Umber. HEX triplet: 85, 3A and 28. RGB value is (133,58,40). Sum of RGB (Red+Green+Blue) = 133+58+40=231 (30% of max value = 765). Red value is 133 (52.34% from 255 or 57.58% from 231); Green value is 58 (23.05% from 255 or 25.11% from 231); Blue value is 40 (16.02% from 255 or 17.32% from 231); Max value from RGB is 133 - color contains mainly: red. Hex color #853A28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853A28 is #7AC5D7. Grayscale: #4E4E4E. Windows color (decimal): -8046040 or 2636421. OLE color: 2636421.
HSL color Cylindrical-coordinate representation of color #853A28: hue angle of 11.61º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #853A28 is Cyan = 0, Magento = 0.56, Yellow = 0.70 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 58 | 40 | - |
| CMYK | 0 | 0.56 | 0.70 | 0.48 |
| HSL | 11.61º | 0.54% | 0.34% | - |
| HSV(B) | 11.61º | 0.7% | 0.52% | - |
| XYZ | 11.57 | 8.17 | 2.97 | - |
| YUV | 78.37 | 106.35 | 166.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 58 | 40 | 0 | 0.56 | 0.70 | 0.48 | 11.61 | 0.54 | 0.34 |
| Hex | 85 | 3A | 28 | 0 | 38 | 46 | 30 | C | 36 | 22 |
| Octal | 205 | 72 | 50 | 0 | 70 | 106 | 60 | 14 | 66 | 42 |
| Binary | 10000101 | 111010 | 101000 | 0 | 111000 | 1000110 | 110000 | 1100 | 110110 | 100010 |
Color Harmonies of #853A28
Complementary color
Monochromatic Colors of #853A28
Black with #853A28
Text Example
Text Example
White with #853A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853A28; }
p { color: rgb(133,58,40); }
H1.HeaderClassName
{
color: #853A28;
}
.AnyTagClassName
{
color: #853A28;
}
</style>
background-color css
<style>
a { background-color: #853A28; }
a { background-color: rgb(133,58,40); }
div.DivClassName
{
background-color: #853A28;
}
.BgClassName
{
background-color: #853A28;
}
</style>
border-color css
<style>
span { border-color: #853A28; }
span { border-color: rgb(133,58,40); }
td.TdClassName
{
border-color: #853A28;
}
.TagClassName
{
border-color: #853A28;
}
</style>