Shades of Burnt Umber #913825
Tints of Burnt Umber #913825
RGB
CMYK
RGB Variations
Color information
#913825 (or 0x913825) is known color: Burnt Umber. HEX triplet: 91, 38 and 25. RGB value is (145,56,37). Sum of RGB (Red+Green+Blue) = 145+56+37=238 (31% of max value = 765). Red value is 145 (57.03% from 255 or 60.92% from 238); Green value is 56 (22.27% from 255 or 23.53% from 238); Blue value is 37 (14.84% from 255 or 15.55% from 238); Max value from RGB is 145 - color contains mainly: red. Hex color #913825 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #913825 is #6EC7DA. Grayscale: #505050. Windows color (decimal): -7260123 or 2439313. OLE color: 2439313.
HSL color Cylindrical-coordinate representation of color #913825: hue angle of 10.56º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #913825 is Cyan = 0, Magento = 0.61, Yellow = 0.74 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 56 | 37 | - |
| CMYK | 0 | 0.61 | 0.74 | 0.43 |
| HSL | 10.56º | 0.59% | 0.36% | - |
| HSV(B) | 10.56º | 0.74% | 0.57% | - |
| XYZ | 13.43 | 8.98 | 2.78 | - |
| YUV | 80.45 | 103.49 | 174.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 56 | 37 | 0 | 0.61 | 0.74 | 0.43 | 10.56 | 0.59 | 0.36 |
| Hex | 91 | 38 | 25 | 0 | 3D | 4A | 2B | B | 3B | 24 |
| Octal | 221 | 70 | 45 | 0 | 75 | 112 | 53 | 13 | 73 | 44 |
| Binary | 10010001 | 111000 | 100101 | 0 | 111101 | 1001010 | 101011 | 1011 | 111011 | 100100 |
Color Harmonies of #913825
Complementary color
Monochromatic Colors of #913825
Black with #913825
Text Example
Text Example
White with #913825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #913825; }
p { color: rgb(145,56,37); }
H1.HeaderClassName
{
color: #913825;
}
.AnyTagClassName
{
color: #913825;
}
</style>
background-color css
<style>
a { background-color: #913825; }
a { background-color: rgb(145,56,37); }
div.DivClassName
{
background-color: #913825;
}
.BgClassName
{
background-color: #913825;
}
</style>
border-color css
<style>
span { border-color: #913825; }
span { border-color: rgb(145,56,37); }
td.TdClassName
{
border-color: #913825;
}
.TagClassName
{
border-color: #913825;
}
</style>