Shades of Burnt Umber #99301F
Tints of Burnt Umber #99301F
RGB
CMYK
RGB Variations
Color information
#99301F (or 0x99301F) is known color: Burnt Umber. HEX triplet: 99, 30 and 1F. RGB value is (153,48,31). Sum of RGB (Red+Green+Blue) = 153+48+31=232 (30% of max value = 765). Red value is 153 (60.16% from 255 or 65.95% from 232); Green value is 48 (19.14% from 255 or 20.69% from 232); Blue value is 31 (12.5% from 255 or 13.36% from 232); Max value from RGB is 153 - color contains mainly: red. Hex color #99301F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #99301F is #66CFE0. Grayscale: #4D4D4D. Windows color (decimal): -6737889 or 2044057. OLE color: 2044057.
HSL color Cylindrical-coordinate representation of color #99301F: hue angle of 8.36º 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 #99301F is Cyan = 0, Magento = 0.69, Yellow = 0.80 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 48 | 31 | - |
| CMYK | 0 | 0.69 | 0.80 | 0.4 |
| HSL | 8.36º | 0.66% | 0.36% | - |
| HSV(B) | 8.36º | 0.8% | 0.6% | - |
| XYZ | 14.44 | 8.99 | 2.27 | - |
| YUV | 77.46 | 101.79 | 181.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 48 | 31 | 0 | 0.69 | 0.80 | 0.4 | 8.36 | 0.66 | 0.36 |
| Hex | 99 | 30 | 1F | 0 | 45 | 50 | 28 | 8 | 42 | 24 |
| Octal | 231 | 60 | 37 | 0 | 105 | 120 | 50 | 10 | 102 | 44 |
| Binary | 10011001 | 110000 | 11111 | 0 | 1000101 | 1010000 | 101000 | 1000 | 1000010 | 100100 |
Color Harmonies of #99301F
Complementary color
Monochromatic Colors of #99301F
Black with #99301F
Text Example
Text Example
White with #99301F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99301F; }
p { color: rgb(153,48,31); }
H1.HeaderClassName
{
color: #99301F;
}
.AnyTagClassName
{
color: #99301F;
}
</style>
background-color css
<style>
a { background-color: #99301F; }
a { background-color: rgb(153,48,31); }
div.DivClassName
{
background-color: #99301F;
}
.BgClassName
{
background-color: #99301F;
}
</style>
border-color css
<style>
span { border-color: #99301F; }
span { border-color: rgb(153,48,31); }
td.TdClassName
{
border-color: #99301F;
}
.TagClassName
{
border-color: #99301F;
}
</style>