Shades of Burnt Umber #852E23
Tints of Burnt Umber #852E23
RGB
CMYK
RGB Variations
Color information
#852E23 (or 0x852E23) is known color: Burnt Umber. HEX triplet: 85, 2E and 23. RGB value is (133,46,35). Sum of RGB (Red+Green+Blue) = 133+46+35=214 (28% of max value = 765). Red value is 133 (52.34% from 255 or 62.15% from 214); Green value is 46 (18.36% from 255 or 21.50% from 214); Blue value is 35 (14.06% from 255 or 16.36% from 214); Max value from RGB is 133 - color contains mainly: red. Hex color #852E23 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852E23 is #7AD1DC. Grayscale: #464646. Windows color (decimal): -8049117 or 2305669. OLE color: 2305669.
HSL color Cylindrical-coordinate representation of color #852E23: hue angle of 6.73º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #852E23 is Cyan = 0, Magento = 0.65, Yellow = 0.74 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 46 | 35 | - |
| CMYK | 0 | 0.65 | 0.74 | 0.48 |
| HSL | 6.73º | 0.58% | 0.33% | - |
| HSV(B) | 6.73º | 0.74% | 0.52% | - |
| XYZ | 10.95 | 7.06 | 2.38 | - |
| YUV | 70.76 | 107.82 | 172.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 46 | 35 | 0 | 0.65 | 0.74 | 0.48 | 6.73 | 0.58 | 0.33 |
| Hex | 85 | 2E | 23 | 0 | 41 | 4A | 30 | 7 | 3A | 21 |
| Octal | 205 | 56 | 43 | 0 | 101 | 112 | 60 | 7 | 72 | 41 |
| Binary | 10000101 | 101110 | 100011 | 0 | 1000001 | 1001010 | 110000 | 111 | 111010 | 100001 |
Color Harmonies of #852E23
Complementary color
Monochromatic Colors of #852E23
Black with #852E23
Text Example
Text Example
White with #852E23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852E23; }
p { color: rgb(133,46,35); }
H1.HeaderClassName
{
color: #852E23;
}
.AnyTagClassName
{
color: #852E23;
}
</style>
background-color css
<style>
a { background-color: #852E23; }
a { background-color: rgb(133,46,35); }
div.DivClassName
{
background-color: #852E23;
}
.BgClassName
{
background-color: #852E23;
}
</style>
border-color css
<style>
span { border-color: #852E23; }
span { border-color: rgb(133,46,35); }
td.TdClassName
{
border-color: #852E23;
}
.TagClassName
{
border-color: #852E23;
}
</style>