Shades of Burnt Umber #99371F
Tints of Burnt Umber #99371F
RGB
CMYK
RGB Variations
Color information
#99371F (or 0x99371F) is known color: Burnt Umber. HEX triplet: 99, 37 and 1F. RGB value is (153,55,31). Sum of RGB (Red+Green+Blue) = 153+55+31=239 (31% of max value = 765). Red value is 153 (60.16% from 255 or 64.02% from 239); Green value is 55 (21.88% from 255 or 23.01% from 239); Blue value is 31 (12.5% from 255 or 12.97% from 239); Max value from RGB is 153 - color contains mainly: red. Hex color #99371F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #99371F is #66C8E0. Grayscale: #515151. Windows color (decimal): -6736097 or 2045849. OLE color: 2045849.
HSL color Cylindrical-coordinate representation of color #99371F: hue angle of 11.8º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #99371F is Cyan = 0, Magento = 0.64, Yellow = 0.80 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 55 | 31 | - |
| CMYK | 0 | 0.64 | 0.80 | 0.4 |
| HSL | 11.8º | 0.66% | 0.36% | - |
| HSV(B) | 11.8º | 0.8% | 0.6% | - |
| XYZ | 14.75 | 9.6 | 2.37 | - |
| YUV | 81.57 | 99.47 | 178.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 55 | 31 | 0 | 0.64 | 0.80 | 0.4 | 11.8 | 0.66 | 0.36 |
| Hex | 99 | 37 | 1F | 0 | 40 | 50 | 28 | C | 42 | 24 |
| Octal | 231 | 67 | 37 | 0 | 100 | 120 | 50 | 14 | 102 | 44 |
| Binary | 10011001 | 110111 | 11111 | 0 | 1000000 | 1010000 | 101000 | 1100 | 1000010 | 100100 |
Color Harmonies of #99371F
Complementary color
Monochromatic Colors of #99371F
Black with #99371F
Text Example
Text Example
White with #99371F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99371F; }
p { color: rgb(153,55,31); }
H1.HeaderClassName
{
color: #99371F;
}
.AnyTagClassName
{
color: #99371F;
}
</style>
background-color css
<style>
a { background-color: #99371F; }
a { background-color: rgb(153,55,31); }
div.DivClassName
{
background-color: #99371F;
}
.BgClassName
{
background-color: #99371F;
}
</style>
border-color css
<style>
span { border-color: #99371F; }
span { border-color: rgb(153,55,31); }
td.TdClassName
{
border-color: #99371F;
}
.TagClassName
{
border-color: #99371F;
}
</style>