Shades of Burnt Umber #912F28
Tints of Burnt Umber #912F28
RGB
CMYK
RGB Variations
Color information
#912F28 (or 0x912F28) is known color: Burnt Umber. HEX triplet: 91, 2F and 28. RGB value is (145,47,40). Sum of RGB (Red+Green+Blue) = 145+47+40=232 (30% of max value = 765). Red value is 145 (57.03% from 255 or 62.5% from 232); Green value is 47 (18.75% from 255 or 20.26% from 232); Blue value is 40 (16.02% from 255 or 17.24% from 232); Max value from RGB is 145 - color contains mainly: red. Hex color #912F28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #912F28 is #6ED0D7. Grayscale: #4B4B4B. Windows color (decimal): -7262424 or 2633617. OLE color: 2633617.
HSL color Cylindrical-coordinate representation of color #912F28: hue angle of 4º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #912F28 is Cyan = 0, Magento = 0.68, Yellow = 0.72 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 47 | 40 | - |
| CMYK | 0 | 0.68 | 0.72 | 0.43 |
| HSL | 4º | 0.57% | 0.36% | - |
| HSV(B) | 4º | 0.72% | 0.57% | - |
| XYZ | 13.08 | 8.21 | 2.9 | - |
| YUV | 75.5 | 107.97 | 177.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 47 | 40 | 0 | 0.68 | 0.72 | 0.43 | 4 | 0.57 | 0.36 |
| Hex | 91 | 2F | 28 | 0 | 44 | 48 | 2B | 4 | 39 | 24 |
| Octal | 221 | 57 | 50 | 0 | 104 | 110 | 53 | 4 | 71 | 44 |
| Binary | 10010001 | 101111 | 101000 | 0 | 1000100 | 1001000 | 101011 | 100 | 111001 | 100100 |
Color Harmonies of #912F28
Complementary color
Monochromatic Colors of #912F28
Black with #912F28
Text Example
Text Example
White with #912F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #912F28; }
p { color: rgb(145,47,40); }
H1.HeaderClassName
{
color: #912F28;
}
.AnyTagClassName
{
color: #912F28;
}
</style>
background-color css
<style>
a { background-color: #912F28; }
a { background-color: rgb(145,47,40); }
div.DivClassName
{
background-color: #912F28;
}
.BgClassName
{
background-color: #912F28;
}
</style>
border-color css
<style>
span { border-color: #912F28; }
span { border-color: rgb(145,47,40); }
td.TdClassName
{
border-color: #912F28;
}
.TagClassName
{
border-color: #912F28;
}
</style>