Shades of Burnt Umber #85321B
Tints of Burnt Umber #85321B
RGB
CMYK
RGB Variations
Color information
#85321B (or 0x85321B) is known color: Burnt Umber. HEX triplet: 85, 32 and 1B. RGB value is (133,50,27). Sum of RGB (Red+Green+Blue) = 133+50+27=210 (27% of max value = 765). Red value is 133 (52.34% from 255 or 63.33% from 210); Green value is 50 (19.92% from 255 or 23.81% from 210); Blue value is 27 (10.94% from 255 or 12.86% from 210); Max value from RGB is 133 - color contains mainly: red. Hex color #85321B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85321B is #7ACDE4. Grayscale: #484848. Windows color (decimal): -8048101 or 1782405. OLE color: 1782405.
HSL color Cylindrical-coordinate representation of color #85321B: hue angle of 13.02º degrees, saturation: 0.66, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #85321B is Cyan = 0, Magento = 0.62, Yellow = 0.80 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 50 | 27 | - |
| CMYK | 0 | 0.62 | 0.80 | 0.48 |
| HSL | 13.02º | 0.66% | 0.31% | - |
| HSV(B) | 13.02º | 0.8% | 0.52% | - |
| XYZ | 11.01 | 7.35 | 1.87 | - |
| YUV | 72.2 | 102.5 | 171.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 50 | 27 | 0 | 0.62 | 0.80 | 0.48 | 13.02 | 0.66 | 0.31 |
| Hex | 85 | 32 | 1B | 0 | 3E | 50 | 30 | D | 42 | 1F |
| Octal | 205 | 62 | 33 | 0 | 76 | 120 | 60 | 15 | 102 | 37 |
| Binary | 10000101 | 110010 | 11011 | 0 | 111110 | 1010000 | 110000 | 1101 | 1000010 | 11111 |
Color Harmonies of #85321B
Complementary color
Monochromatic Colors of #85321B
Black with #85321B
Text Example
Text Example
White with #85321B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85321B; }
p { color: rgb(133,50,27); }
H1.HeaderClassName
{
color: #85321B;
}
.AnyTagClassName
{
color: #85321B;
}
</style>
background-color css
<style>
a { background-color: #85321B; }
a { background-color: rgb(133,50,27); }
div.DivClassName
{
background-color: #85321B;
}
.BgClassName
{
background-color: #85321B;
}
</style>
border-color css
<style>
span { border-color: #85321B; }
span { border-color: rgb(133,50,27); }
td.TdClassName
{
border-color: #85321B;
}
.TagClassName
{
border-color: #85321B;
}
</style>