Shades of Burnt Umber #853418
Tints of Burnt Umber #853418
RGB
CMYK
RGB Variations
Color information
#853418 (or 0x853418) is known color: Burnt Umber. HEX triplet: 85, 34 and 18. RGB value is (133,52,24). Sum of RGB (Red+Green+Blue) = 133+52+24=209 (27% of max value = 765). Red value is 133 (52.34% from 255 or 63.64% from 209); Green value is 52 (20.70% from 255 or 24.88% from 209); Blue value is 24 (9.77% from 255 or 11.48% from 209); Max value from RGB is 133 - color contains mainly: red. Hex color #853418 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #853418 is #7ACBE7. Grayscale: #494949. Windows color (decimal): -8047592 or 1586309. OLE color: 1586309.
HSL color Cylindrical-coordinate representation of color #853418: hue angle of 15.41º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #853418 is Cyan = 0, Magento = 0.61, Yellow = 0.82 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 52 | 24 | - |
| CMYK | 0 | 0.61 | 0.82 | 0.48 |
| HSL | 15.41º | 0.69% | 0.31% | - |
| HSV(B) | 15.41º | 0.82% | 0.52% | - |
| XYZ | 11.07 | 7.51 | 1.73 | - |
| YUV | 73.03 | 100.34 | 170.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 52 | 24 | 0 | 0.61 | 0.82 | 0.48 | 15.41 | 0.69 | 0.31 |
| Hex | 85 | 34 | 18 | 0 | 3D | 52 | 30 | F | 45 | 1F |
| Octal | 205 | 64 | 30 | 0 | 75 | 122 | 60 | 17 | 105 | 37 |
| Binary | 10000101 | 110100 | 11000 | 0 | 111101 | 1010010 | 110000 | 1111 | 1000101 | 11111 |
Color Harmonies of #853418
Complementary color
Monochromatic Colors of #853418
Black with #853418
Text Example
Text Example
White with #853418
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853418; }
p { color: rgb(133,52,24); }
H1.HeaderClassName
{
color: #853418;
}
.AnyTagClassName
{
color: #853418;
}
</style>
background-color css
<style>
a { background-color: #853418; }
a { background-color: rgb(133,52,24); }
div.DivClassName
{
background-color: #853418;
}
.BgClassName
{
background-color: #853418;
}
</style>
border-color css
<style>
span { border-color: #853418; }
span { border-color: rgb(133,52,24); }
td.TdClassName
{
border-color: #853418;
}
.TagClassName
{
border-color: #853418;
}
</style>