Shades of Burnt Umber #912F1D
Tints of Burnt Umber #912F1D
RGB
CMYK
RGB Variations
Color information
#912F1D (or 0x912F1D) is known color: Burnt Umber. HEX triplet: 91, 2F and 1D. RGB value is (145,47,29). Sum of RGB (Red+Green+Blue) = 145+47+29=221 (29% of max value = 765). Red value is 145 (57.03% from 255 or 65.61% from 221); Green value is 47 (18.75% from 255 or 21.27% from 221); Blue value is 29 (11.72% from 255 or 13.12% from 221); Max value from RGB is 145 - color contains mainly: red. Hex color #912F1D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #912F1D is #6ED0E2. Grayscale: #4A4A4A. Windows color (decimal): -7262435 or 1912721. OLE color: 1912721.
HSL color Cylindrical-coordinate representation of color #912F1D: hue angle of 9.31º degrees, saturation: 0.67, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #912F1D is Cyan = 0, Magento = 0.68, Yellow = 0.8 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 47 | 29 | - |
| CMYK | 0 | 0.68 | 0.8 | 0.43 |
| HSL | 9.31º | 0.67% | 0.34% | - |
| HSV(B) | 9.31º | 0.8% | 0.57% | - |
| XYZ | 12.92 | 8.14 | 2.05 | - |
| YUV | 74.25 | 102.47 | 178.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 47 | 29 | 0 | 0.68 | 0.8 | 0.43 | 9.31 | 0.67 | 0.34 |
| Hex | 91 | 2F | 1D | 0 | 44 | 50 | 2B | 9 | 43 | 22 |
| Octal | 221 | 57 | 35 | 0 | 104 | 120 | 53 | 11 | 103 | 42 |
| Binary | 10010001 | 101111 | 11101 | 0 | 1000100 | 1010000 | 101011 | 1001 | 1000011 | 100010 |
Color Harmonies of #912F1D
Complementary color
Monochromatic Colors of #912F1D
Black with #912F1D
Text Example
Text Example
White with #912F1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #912F1D; }
p { color: rgb(145,47,29); }
H1.HeaderClassName
{
color: #912F1D;
}
.AnyTagClassName
{
color: #912F1D;
}
</style>
background-color css
<style>
a { background-color: #912F1D; }
a { background-color: rgb(145,47,29); }
div.DivClassName
{
background-color: #912F1D;
}
.BgClassName
{
background-color: #912F1D;
}
</style>
border-color css
<style>
span { border-color: #912F1D; }
span { border-color: rgb(145,47,29); }
td.TdClassName
{
border-color: #912F1D;
}
.TagClassName
{
border-color: #912F1D;
}
</style>