Shades of Burnt Umber #913123
Tints of Burnt Umber #913123
RGB
CMYK
RGB Variations
Color information
#913123 (or 0x913123) is known color: Burnt Umber. HEX triplet: 91, 31 and 23. RGB value is (145,49,35). Sum of RGB (Red+Green+Blue) = 145+49+35=229 (30% of max value = 765). Red value is 145 (57.03% from 255 or 63.32% from 229); Green value is 49 (19.53% from 255 or 21.40% from 229); Blue value is 35 (14.06% from 255 or 15.28% from 229); Max value from RGB is 145 - color contains mainly: red. Hex color #913123 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #913123 is #6ECEDC. Grayscale: #4C4C4C. Windows color (decimal): -7261917 or 2306449. OLE color: 2306449.
HSL color Cylindrical-coordinate representation of color #913123: hue angle of 7.64º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #913123 is Cyan = 0, Magento = 0.66, Yellow = 0.76 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 49 | 35 | - |
| CMYK | 0 | 0.66 | 0.76 | 0.43 |
| HSL | 7.64º | 0.61% | 0.35% | - |
| HSV(B) | 7.64º | 0.76% | 0.57% | - |
| XYZ | 13.08 | 8.34 | 2.51 | - |
| YUV | 76.11 | 104.8 | 177.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 49 | 35 | 0 | 0.66 | 0.76 | 0.43 | 7.64 | 0.61 | 0.35 |
| Hex | 91 | 31 | 23 | 0 | 42 | 4C | 2B | 8 | 3D | 23 |
| Octal | 221 | 61 | 43 | 0 | 102 | 114 | 53 | 10 | 75 | 43 |
| Binary | 10010001 | 110001 | 100011 | 0 | 1000010 | 1001100 | 101011 | 1000 | 111101 | 100011 |
Color Harmonies of #913123
Complementary color
Monochromatic Colors of #913123
Black with #913123
Text Example
Text Example
White with #913123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #913123; }
p { color: rgb(145,49,35); }
H1.HeaderClassName
{
color: #913123;
}
.AnyTagClassName
{
color: #913123;
}
</style>
background-color css
<style>
a { background-color: #913123; }
a { background-color: rgb(145,49,35); }
div.DivClassName
{
background-color: #913123;
}
.BgClassName
{
background-color: #913123;
}
</style>
border-color css
<style>
span { border-color: #913123; }
span { border-color: rgb(145,49,35); }
td.TdClassName
{
border-color: #913123;
}
.TagClassName
{
border-color: #913123;
}
</style>