Shades of Burnt Umber #852E26
Tints of Burnt Umber #852E26
RGB
CMYK
RGB Variations
Color information
#852E26 (or 0x852E26) is known color: Burnt Umber. HEX triplet: 85, 2E and 26. RGB value is (133,46,38). Sum of RGB (Red+Green+Blue) = 133+46+38=217 (28% of max value = 765). Red value is 133 (52.34% from 255 or 61.29% from 217); Green value is 46 (18.36% from 255 or 21.20% from 217); Blue value is 38 (15.23% from 255 or 17.51% from 217); Max value from RGB is 133 - color contains mainly: red. Hex color #852E26 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852E26 is #7AD1D9. Grayscale: #474747. Windows color (decimal): -8049114 or 2502277. OLE color: 2502277.
HSL color Cylindrical-coordinate representation of color #852E26: hue angle of 5.05º 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 #852E26 is Cyan = 0, Magento = 0.65, Yellow = 0.71 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 46 | 38 | - |
| CMYK | 0 | 0.65 | 0.71 | 0.48 |
| HSL | 5.05º | 0.56% | 0.34% | - |
| HSV(B) | 5.05º | 0.71% | 0.52% | - |
| XYZ | 11 | 7.08 | 2.62 | - |
| YUV | 71.1 | 109.32 | 172.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 46 | 38 | 0 | 0.65 | 0.71 | 0.48 | 5.05 | 0.56 | 0.34 |
| Hex | 85 | 2E | 26 | 0 | 41 | 47 | 30 | 5 | 38 | 22 |
| Octal | 205 | 56 | 46 | 0 | 101 | 107 | 60 | 5 | 70 | 42 |
| Binary | 10000101 | 101110 | 100110 | 0 | 1000001 | 1000111 | 110000 | 101 | 111000 | 100010 |
Color Harmonies of #852E26
Complementary color
Monochromatic Colors of #852E26
Black with #852E26
Text Example
Text Example
White with #852E26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852E26; }
p { color: rgb(133,46,38); }
H1.HeaderClassName
{
color: #852E26;
}
.AnyTagClassName
{
color: #852E26;
}
</style>
background-color css
<style>
a { background-color: #852E26; }
a { background-color: rgb(133,46,38); }
div.DivClassName
{
background-color: #852E26;
}
.BgClassName
{
background-color: #852E26;
}
</style>
border-color css
<style>
span { border-color: #852E26; }
span { border-color: rgb(133,46,38); }
td.TdClassName
{
border-color: #852E26;
}
.TagClassName
{
border-color: #852E26;
}
</style>