Shades of Burnt Umber #853B26
Tints of Burnt Umber #853B26
RGB
CMYK
RGB Variations
Color information
#853B26 (or 0x853B26) is known color: Burnt Umber. HEX triplet: 85, 3B and 26. RGB value is (133,59,38). Sum of RGB (Red+Green+Blue) = 133+59+38=230 (30% of max value = 765). Red value is 133 (52.34% from 255 or 57.83% from 230); Green value is 59 (23.44% from 255 or 25.65% from 230); Blue value is 38 (15.23% from 255 or 16.52% from 230); Max value from RGB is 133 - color contains mainly: red. Hex color #853B26 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853B26 is #7AC4D9. Grayscale: #4E4E4E. Windows color (decimal): -8045786 or 2505605. OLE color: 2505605.
HSL color Cylindrical-coordinate representation of color #853B26: hue angle of 13.26º 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 #853B26 is Cyan = 0, Magento = 0.56, Yellow = 0.71 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 59 | 38 | - |
| CMYK | 0 | 0.56 | 0.71 | 0.48 |
| HSL | 13.26º | 0.56% | 0.34% | - |
| HSV(B) | 13.26º | 0.71% | 0.52% | - |
| XYZ | 11.59 | 8.25 | 2.82 | - |
| YUV | 78.73 | 105.02 | 166.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 59 | 38 | 0 | 0.56 | 0.71 | 0.48 | 13.26 | 0.56 | 0.34 |
| Hex | 85 | 3B | 26 | 0 | 38 | 47 | 30 | D | 38 | 22 |
| Octal | 205 | 73 | 46 | 0 | 70 | 107 | 60 | 15 | 70 | 42 |
| Binary | 10000101 | 111011 | 100110 | 0 | 111000 | 1000111 | 110000 | 1101 | 111000 | 100010 |
Color Harmonies of #853B26
Complementary color
Monochromatic Colors of #853B26
Black with #853B26
Text Example
Text Example
White with #853B26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853B26; }
p { color: rgb(133,59,38); }
H1.HeaderClassName
{
color: #853B26;
}
.AnyTagClassName
{
color: #853B26;
}
</style>
background-color css
<style>
a { background-color: #853B26; }
a { background-color: rgb(133,59,38); }
div.DivClassName
{
background-color: #853B26;
}
.BgClassName
{
background-color: #853B26;
}
</style>
border-color css
<style>
span { border-color: #853B26; }
span { border-color: rgb(133,59,38); }
td.TdClassName
{
border-color: #853B26;
}
.TagClassName
{
border-color: #853B26;
}
</style>