Shades of Burnt Umber #853023
Tints of Burnt Umber #853023
RGB
CMYK
RGB Variations
Color information
#853023 (or 0x853023) is known color: Burnt Umber. HEX triplet: 85, 30 and 23. RGB value is (133,48,35). Sum of RGB (Red+Green+Blue) = 133+48+35=216 (28% of max value = 765). Red value is 133 (52.34% from 255 or 61.57% from 216); Green value is 48 (19.14% from 255 or 22.22% from 216); Blue value is 35 (14.06% from 255 or 16.20% from 216); Max value from RGB is 133 - color contains mainly: red. Hex color #853023 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853023 is #7ACFDC. Grayscale: #484848. Windows color (decimal): -8048605 or 2306181. OLE color: 2306181.
HSL color Cylindrical-coordinate representation of color #853023: hue angle of 7.96º 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 #853023 is Cyan = 0, Magento = 0.64, Yellow = 0.74 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 48 | 35 | - |
| CMYK | 0 | 0.64 | 0.74 | 0.48 |
| HSL | 7.96º | 0.58% | 0.33% | - |
| HSV(B) | 7.96º | 0.74% | 0.52% | - |
| XYZ | 11.03 | 7.22 | 2.4 | - |
| YUV | 71.93 | 107.16 | 171.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 48 | 35 | 0 | 0.64 | 0.74 | 0.48 | 7.96 | 0.58 | 0.33 |
| Hex | 85 | 30 | 23 | 0 | 40 | 4A | 30 | 8 | 3A | 21 |
| Octal | 205 | 60 | 43 | 0 | 100 | 112 | 60 | 10 | 72 | 41 |
| Binary | 10000101 | 110000 | 100011 | 0 | 1000000 | 1001010 | 110000 | 1000 | 111010 | 100001 |
Color Harmonies of #853023
Complementary color
Monochromatic Colors of #853023
Black with #853023
Text Example
Text Example
White with #853023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853023; }
p { color: rgb(133,48,35); }
H1.HeaderClassName
{
color: #853023;
}
.AnyTagClassName
{
color: #853023;
}
</style>
background-color css
<style>
a { background-color: #853023; }
a { background-color: rgb(133,48,35); }
div.DivClassName
{
background-color: #853023;
}
.BgClassName
{
background-color: #853023;
}
</style>
border-color css
<style>
span { border-color: #853023; }
span { border-color: rgb(133,48,35); }
td.TdClassName
{
border-color: #853023;
}
.TagClassName
{
border-color: #853023;
}
</style>