Shades of Burnt Umber #85291B
Tints of Burnt Umber #85291B
RGB
CMYK
RGB Variations
Color information
#85291B (or 0x85291B) is known color: Burnt Umber. HEX triplet: 85, 29 and 1B. RGB value is (133,41,27). Sum of RGB (Red+Green+Blue) = 133+41+27=201 (26% of max value = 765). Red value is 133 (52.34% from 255 or 66.17% from 201); Green value is 41 (16.41% from 255 or 20.40% from 201); Blue value is 27 (10.94% from 255 or 13.43% from 201); Max value from RGB is 133 - color contains mainly: red. Hex color #85291B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85291B is #7AD6E4. Grayscale: #434343. Windows color (decimal): -8050405 or 1780101. OLE color: 1780101.
HSL color Cylindrical-coordinate representation of color #85291B: hue angle of 7.92º 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 #85291B is Cyan = 0, Magento = 0.69, Yellow = 0.80 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 41 | 27 | - |
| CMYK | 0 | 0.69 | 0.80 | 0.48 |
| HSL | 7.92º | 0.66% | 0.31% | - |
| HSV(B) | 7.92º | 0.8% | 0.52% | - |
| XYZ | 10.66 | 6.65 | 1.76 | - |
| YUV | 66.91 | 105.48 | 175.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 41 | 27 | 0 | 0.69 | 0.80 | 0.48 | 7.92 | 0.66 | 0.31 |
| Hex | 85 | 29 | 1B | 0 | 45 | 50 | 30 | 8 | 42 | 1F |
| Octal | 205 | 51 | 33 | 0 | 105 | 120 | 60 | 10 | 102 | 37 |
| Binary | 10000101 | 101001 | 11011 | 0 | 1000101 | 1010000 | 110000 | 1000 | 1000010 | 11111 |
Color Harmonies of #85291B
Complementary color
Monochromatic Colors of #85291B
Black with #85291B
Text Example
Text Example
White with #85291B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85291B; }
p { color: rgb(133,41,27); }
H1.HeaderClassName
{
color: #85291B;
}
.AnyTagClassName
{
color: #85291B;
}
</style>
background-color css
<style>
a { background-color: #85291B; }
a { background-color: rgb(133,41,27); }
div.DivClassName
{
background-color: #85291B;
}
.BgClassName
{
background-color: #85291B;
}
</style>
border-color css
<style>
span { border-color: #85291B; }
span { border-color: rgb(133,41,27); }
td.TdClassName
{
border-color: #85291B;
}
.TagClassName
{
border-color: #85291B;
}
</style>