Shades of Burnt Umber #912F1C
Tints of Burnt Umber #912F1C
RGB
CMYK
RGB Variations
Color information
#912F1C (or 0x912F1C) is known color: Burnt Umber. HEX triplet: 91, 2F and 1C. RGB value is (145,47,28). Sum of RGB (Red+Green+Blue) = 145+47+28=220 (29% of max value = 765). Red value is 145 (57.03% from 255 or 65.91% from 220); Green value is 47 (18.75% from 255 or 21.36% from 220); Blue value is 28 (11.33% from 255 or 12.73% from 220); Max value from RGB is 145 - color contains mainly: red. Hex color #912F1C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #912F1C is #6ED0E3. Grayscale: #4A4A4A. Windows color (decimal): -7262436 or 1847185. OLE color: 1847185.
HSL color Cylindrical-coordinate representation of color #912F1C: hue angle of 9.74º degrees, saturation: 0.68, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #912F1C is Cyan = 0, Magento = 0.68, Yellow = 0.81 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 47 | 28 | - |
| CMYK | 0 | 0.68 | 0.81 | 0.43 |
| HSL | 9.74º | 0.68% | 0.34% | - |
| HSV(B) | 9.74º | 0.81% | 0.57% | - |
| XYZ | 12.9 | 8.14 | 1.99 | - |
| YUV | 74.14 | 101.97 | 178.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 47 | 28 | 0 | 0.68 | 0.81 | 0.43 | 9.74 | 0.68 | 0.34 |
| Hex | 91 | 2F | 1C | 0 | 44 | 51 | 2B | A | 44 | 22 |
| Octal | 221 | 57 | 34 | 0 | 104 | 121 | 53 | 12 | 104 | 42 |
| Binary | 10010001 | 101111 | 11100 | 0 | 1000100 | 1010001 | 101011 | 1010 | 1000100 | 100010 |
Color Harmonies of #912F1C
Complementary color
Monochromatic Colors of #912F1C
Black with #912F1C
Text Example
Text Example
White with #912F1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #912F1C; }
p { color: rgb(145,47,28); }
H1.HeaderClassName
{
color: #912F1C;
}
.AnyTagClassName
{
color: #912F1C;
}
</style>
background-color css
<style>
a { background-color: #912F1C; }
a { background-color: rgb(145,47,28); }
div.DivClassName
{
background-color: #912F1C;
}
.BgClassName
{
background-color: #912F1C;
}
</style>
border-color css
<style>
span { border-color: #912F1C; }
span { border-color: rgb(145,47,28); }
td.TdClassName
{
border-color: #912F1C;
}
.TagClassName
{
border-color: #912F1C;
}
</style>