Shades of Burnt Umber #99280D
Tints of Burnt Umber #99280D
RGB
CMYK
RGB Variations
Color information
#99280D (or 0x99280D) is known color: Burnt Umber. HEX triplet: 99, 28 and 0D. RGB value is (153,40,13). Sum of RGB (Red+Green+Blue) = 153+40+13=206 (27% of max value = 765). Red value is 153 (60.16% from 255 or 74.27% from 206); Green value is 40 (16.02% from 255 or 19.42% from 206); Blue value is 13 (5.47% from 255 or 6.31% from 206); Max value from RGB is 153 - color contains mainly: red. Hex color #99280D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #99280D is #66D7F2. Grayscale: #464646. Windows color (decimal): -6739955 or 862361. OLE color: 862361.
HSL color Cylindrical-coordinate representation of color #99280D: hue angle of 11.57º degrees, saturation: 0.84, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #99280D is Cyan = 0, Magento = 0.74, Yellow = 0.92 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 40 | 13 | - |
| CMYK | 0 | 0.74 | 0.92 | 0.4 |
| HSL | 11.57º | 0.84% | 0.33% | - |
| HSV(B) | 11.57º | 0.92% | 0.6% | - |
| XYZ | 13.97 | 8.32 | 1.25 | - |
| YUV | 70.71 | 95.44 | 186.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 40 | 13 | 0 | 0.74 | 0.92 | 0.4 | 11.57 | 0.84 | 0.33 |
| Hex | 99 | 28 | D | 0 | 4A | 5C | 28 | C | 54 | 21 |
| Octal | 231 | 50 | 15 | 0 | 112 | 134 | 50 | 14 | 124 | 41 |
| Binary | 10011001 | 101000 | 1101 | 0 | 1001010 | 1011100 | 101000 | 1100 | 1010100 | 100001 |
Color Harmonies of #99280D
Complementary color
Monochromatic Colors of #99280D
Black with #99280D
Text Example
Text Example
White with #99280D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99280D; }
p { color: rgb(153,40,13); }
H1.HeaderClassName
{
color: #99280D;
}
.AnyTagClassName
{
color: #99280D;
}
</style>
background-color css
<style>
a { background-color: #99280D; }
a { background-color: rgb(153,40,13); }
div.DivClassName
{
background-color: #99280D;
}
.BgClassName
{
background-color: #99280D;
}
</style>
border-color css
<style>
span { border-color: #99280D; }
span { border-color: rgb(153,40,13); }
td.TdClassName
{
border-color: #99280D;
}
.TagClassName
{
border-color: #99280D;
}
</style>