Shades of Burnt Umber #913821
Tints of Burnt Umber #913821
RGB
CMYK
RGB Variations
Color information
#913821 (or 0x913821) is known color: Burnt Umber. HEX triplet: 91, 38 and 21. RGB value is (145,56,33). Sum of RGB (Red+Green+Blue) = 145+56+33=234 (30% of max value = 765). Red value is 145 (57.03% from 255 or 61.97% from 234); Green value is 56 (22.27% from 255 or 23.93% from 234); Blue value is 33 (13.28% from 255 or 14.10% from 234); Max value from RGB is 145 - color contains mainly: red. Hex color #913821 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #913821 is #6EC7DE. Grayscale: #505050. Windows color (decimal): -7260127 or 2177169. OLE color: 2177169.
HSL color Cylindrical-coordinate representation of color #913821: hue angle of 12.32º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #913821 is Cyan = 0, Magento = 0.61, Yellow = 0.77 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 56 | 33 | - |
| CMYK | 0 | 0.61 | 0.77 | 0.43 |
| HSL | 12.32º | 0.63% | 0.35% | - |
| HSV(B) | 12.32º | 0.77% | 0.57% | - |
| XYZ | 13.37 | 8.96 | 2.46 | - |
| YUV | 79.99 | 101.49 | 174.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 56 | 33 | 0 | 0.61 | 0.77 | 0.43 | 12.32 | 0.63 | 0.35 |
| Hex | 91 | 38 | 21 | 0 | 3D | 4D | 2B | C | 3F | 23 |
| Octal | 221 | 70 | 41 | 0 | 75 | 115 | 53 | 14 | 77 | 43 |
| Binary | 10010001 | 111000 | 100001 | 0 | 111101 | 1001101 | 101011 | 1100 | 111111 | 100011 |
Color Harmonies of #913821
Complementary color
Monochromatic Colors of #913821
Black with #913821
Text Example
Text Example
White with #913821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #913821; }
p { color: rgb(145,56,33); }
H1.HeaderClassName
{
color: #913821;
}
.AnyTagClassName
{
color: #913821;
}
</style>
background-color css
<style>
a { background-color: #913821; }
a { background-color: rgb(145,56,33); }
div.DivClassName
{
background-color: #913821;
}
.BgClassName
{
background-color: #913821;
}
</style>
border-color css
<style>
span { border-color: #913821; }
span { border-color: rgb(145,56,33); }
td.TdClassName
{
border-color: #913821;
}
.TagClassName
{
border-color: #913821;
}
</style>