Shades of Burnt Umber #96331D
Tints of Burnt Umber #96331D
RGB
CMYK
RGB Variations
Color information
#96331D (or 0x96331D) is known color: Burnt Umber. HEX triplet: 96, 33 and 1D. RGB value is (150,51,29). Sum of RGB (Red+Green+Blue) = 150+51+29=230 (30% of max value = 765). Red value is 150 (58.98% from 255 or 65.22% from 230); Green value is 51 (20.31% from 255 or 22.17% from 230); Blue value is 29 (11.72% from 255 or 12.61% from 230); Max value from RGB is 150 - color contains mainly: red. Hex color #96331D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96331D is #69CCE2. Grayscale: #4E4E4E. Windows color (decimal): -6933731 or 1913750. OLE color: 1913750.
HSL color Cylindrical-coordinate representation of color #96331D: hue angle of 10.91º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #96331D is Cyan = 0, Magento = 0.66, Yellow = 0.81 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 51 | 29 | - |
| CMYK | 0 | 0.66 | 0.81 | 0.41 |
| HSL | 10.91º | 0.68% | 0.35% | - |
| HSV(B) | 10.91º | 0.81% | 0.59% | - |
| XYZ | 13.98 | 8.94 | 2.15 | - |
| YUV | 78.09 | 100.3 | 179.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 51 | 29 | 0 | 0.66 | 0.81 | 0.41 | 10.91 | 0.68 | 0.35 |
| Hex | 96 | 33 | 1D | 0 | 42 | 51 | 29 | B | 44 | 23 |
| Octal | 226 | 63 | 35 | 0 | 102 | 121 | 51 | 13 | 104 | 43 |
| Binary | 10010110 | 110011 | 11101 | 0 | 1000010 | 1010001 | 101001 | 1011 | 1000100 | 100011 |
Color Harmonies of #96331D
Complementary color
Monochromatic Colors of #96331D
Black with #96331D
Text Example
Text Example
White with #96331D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96331D; }
p { color: rgb(150,51,29); }
H1.HeaderClassName
{
color: #96331D;
}
.AnyTagClassName
{
color: #96331D;
}
</style>
background-color css
<style>
a { background-color: #96331D; }
a { background-color: rgb(150,51,29); }
div.DivClassName
{
background-color: #96331D;
}
.BgClassName
{
background-color: #96331D;
}
</style>
border-color css
<style>
span { border-color: #96331D; }
span { border-color: rgb(150,51,29); }
td.TdClassName
{
border-color: #96331D;
}
.TagClassName
{
border-color: #96331D;
}
</style>