Shades of Burnt Umber #912707
Tints of Burnt Umber #912707
RGB
CMYK
RGB Variations
Color information
#912707 (or 0x912707) is known color: Burnt Umber. HEX triplet: 91, 27 and 07. RGB value is (145,39,7). Sum of RGB (Red+Green+Blue) = 145+39+7=191 (25% of max value = 765). Red value is 145 (57.03% from 255 or 75.92% from 191); Green value is 39 (15.62% from 255 or 20.42% from 191); Blue value is 7 (3.12% from 255 or 3.66% from 191); Max value from RGB is 145 - color contains mainly: red. Hex color #912707 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #912707 is #6ED8F8. Grayscale: #434343. Windows color (decimal): -7264505 or 468881. OLE color: 468881.
HSL color Cylindrical-coordinate representation of color #912707: hue angle of 13.91º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #912707 is Cyan = 0, Magento = 0.73, Yellow = 0.95 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 39 | 7 | - |
| CMYK | 0 | 0.73 | 0.95 | 0.43 |
| HSL | 13.91º | 0.91% | 0.3% | - |
| HSV(B) | 13.91º | 0.95% | 0.57% | - |
| XYZ | 12.44 | 7.49 | 0.99 | - |
| YUV | 67.05 | 94.12 | 183.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 39 | 7 | 0 | 0.73 | 0.95 | 0.43 | 13.91 | 0.91 | 0.3 |
| Hex | 91 | 27 | 7 | 0 | 49 | 5F | 2B | E | 5B | 1E |
| Octal | 221 | 47 | 7 | 0 | 111 | 137 | 53 | 16 | 133 | 36 |
| Binary | 10010001 | 100111 | 111 | 0 | 1001001 | 1011111 | 101011 | 1110 | 1011011 | 11110 |
Color Harmonies of #912707
Complementary color
Monochromatic Colors of #912707
Black with #912707
Text Example
Text Example
White with #912707
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #912707; }
p { color: rgb(145,39,7); }
H1.HeaderClassName
{
color: #912707;
}
.AnyTagClassName
{
color: #912707;
}
</style>
background-color css
<style>
a { background-color: #912707; }
a { background-color: rgb(145,39,7); }
div.DivClassName
{
background-color: #912707;
}
.BgClassName
{
background-color: #912707;
}
</style>
border-color css
<style>
span { border-color: #912707; }
span { border-color: rgb(145,39,7); }
td.TdClassName
{
border-color: #912707;
}
.TagClassName
{
border-color: #912707;
}
</style>