Shades of Burnt Umber #99331A
Tints of Burnt Umber #99331A
RGB
CMYK
RGB Variations
Color information
#99331A (or 0x99331A) is known color: Burnt Umber. HEX triplet: 99, 33 and 1A. RGB value is (153,51,26). Sum of RGB (Red+Green+Blue) = 153+51+26=230 (30% of max value = 765). Red value is 153 (60.16% from 255 or 66.52% from 230); Green value is 51 (20.31% from 255 or 22.17% from 230); Blue value is 26 (10.55% from 255 or 11.30% from 230); Max value from RGB is 153 - color contains mainly: red. Hex color #99331A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #99331A is #66CCE5. Grayscale: #4E4E4E. Windows color (decimal): -6737126 or 1717145. OLE color: 1717145.
HSL color Cylindrical-coordinate representation of color #99331A: hue angle of 11.81º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #99331A is Cyan = 0, Magento = 0.67, Yellow = 0.83 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 51 | 26 | - |
| CMYK | 0 | 0.67 | 0.83 | 0.4 |
| HSL | 11.81º | 0.71% | 0.35% | - |
| HSV(B) | 11.81º | 0.83% | 0.6% | - |
| XYZ | 14.51 | 9.21 | 1.99 | - |
| YUV | 78.65 | 98.29 | 181.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 51 | 26 | 0 | 0.67 | 0.83 | 0.4 | 11.81 | 0.71 | 0.35 |
| Hex | 99 | 33 | 1A | 0 | 43 | 53 | 28 | C | 47 | 23 |
| Octal | 231 | 63 | 32 | 0 | 103 | 123 | 50 | 14 | 107 | 43 |
| Binary | 10011001 | 110011 | 11010 | 0 | 1000011 | 1010011 | 101000 | 1100 | 1000111 | 100011 |
Color Harmonies of #99331A
Complementary color
Monochromatic Colors of #99331A
Black with #99331A
Text Example
Text Example
White with #99331A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99331A; }
p { color: rgb(153,51,26); }
H1.HeaderClassName
{
color: #99331A;
}
.AnyTagClassName
{
color: #99331A;
}
</style>
background-color css
<style>
a { background-color: #99331A; }
a { background-color: rgb(153,51,26); }
div.DivClassName
{
background-color: #99331A;
}
.BgClassName
{
background-color: #99331A;
}
</style>
border-color css
<style>
span { border-color: #99331A; }
span { border-color: rgb(153,51,26); }
td.TdClassName
{
border-color: #99331A;
}
.TagClassName
{
border-color: #99331A;
}
</style>