Shades of Burnt Umber #99331F
Tints of Burnt Umber #99331F
RGB
CMYK
RGB Variations
Color information
#99331F (or 0x99331F) is known color: Burnt Umber. HEX triplet: 99, 33 and 1F. RGB value is (153,51,31). Sum of RGB (Red+Green+Blue) = 153+51+31=235 (31% of max value = 765). Red value is 153 (60.16% from 255 or 65.11% from 235); Green value is 51 (20.31% from 255 or 21.70% from 235); Blue value is 31 (12.5% from 255 or 13.19% from 235); Max value from RGB is 153 - color contains mainly: red. Hex color #99331F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #99331F is #66CCE0. Grayscale: #4F4F4F. Windows color (decimal): -6737121 or 2044825. OLE color: 2044825.
HSL color Cylindrical-coordinate representation of color #99331F: hue angle of 9.84º 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 #99331F is Cyan = 0, Magento = 0.67, Yellow = 0.80 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 51 | 31 | - |
| CMYK | 0 | 0.67 | 0.80 | 0.4 |
| HSL | 9.84º | 0.66% | 0.36% | - |
| HSV(B) | 9.84º | 0.8% | 0.6% | - |
| XYZ | 14.57 | 9.24 | 2.31 | - |
| YUV | 79.22 | 100.79 | 180.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 51 | 31 | 0 | 0.67 | 0.80 | 0.4 | 9.84 | 0.66 | 0.36 |
| Hex | 99 | 33 | 1F | 0 | 43 | 50 | 28 | A | 42 | 24 |
| Octal | 231 | 63 | 37 | 0 | 103 | 120 | 50 | 12 | 102 | 44 |
| Binary | 10011001 | 110011 | 11111 | 0 | 1000011 | 1010000 | 101000 | 1010 | 1000010 | 100100 |
Color Harmonies of #99331F
Complementary color
Monochromatic Colors of #99331F
Black with #99331F
Text Example
Text Example
White with #99331F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99331F; }
p { color: rgb(153,51,31); }
H1.HeaderClassName
{
color: #99331F;
}
.AnyTagClassName
{
color: #99331F;
}
</style>
background-color css
<style>
a { background-color: #99331F; }
a { background-color: rgb(153,51,31); }
div.DivClassName
{
background-color: #99331F;
}
.BgClassName
{
background-color: #99331F;
}
</style>
border-color css
<style>
span { border-color: #99331F; }
span { border-color: rgb(153,51,31); }
td.TdClassName
{
border-color: #99331F;
}
.TagClassName
{
border-color: #99331F;
}
</style>