Shades of Burnt Umber #96371C
Tints of Burnt Umber #96371C
RGB
CMYK
RGB Variations
Color information
#96371C (or 0x96371C) is known color: Burnt Umber. HEX triplet: 96, 37 and 1C. RGB value is (150,55,28). Sum of RGB (Red+Green+Blue) = 150+55+28=233 (30% of max value = 765). Red value is 150 (58.98% from 255 or 64.38% from 233); Green value is 55 (21.88% from 255 or 23.61% from 233); Blue value is 28 (11.33% from 255 or 12.02% from 233); Max value from RGB is 150 - color contains mainly: red. Hex color #96371C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96371C is #69C8E3. Grayscale: #505050. Windows color (decimal): -6932708 or 1849238. OLE color: 1849238.
HSL color Cylindrical-coordinate representation of color #96371C: hue angle of 13.28º degrees, saturation: 0.69, 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 #96371C is Cyan = 0, Magento = 0.63, Yellow = 0.81 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 55 | 28 | - |
| CMYK | 0 | 0.63 | 0.81 | 0.41 |
| HSL | 13.28º | 0.69% | 0.35% | - |
| HSV(B) | 13.28º | 0.81% | 0.59% | - |
| XYZ | 14.15 | 9.3 | 2.15 | - |
| YUV | 80.33 | 98.47 | 177.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 55 | 28 | 0 | 0.63 | 0.81 | 0.41 | 13.28 | 0.69 | 0.35 |
| Hex | 96 | 37 | 1C | 0 | 3F | 51 | 29 | D | 45 | 23 |
| Octal | 226 | 67 | 34 | 0 | 77 | 121 | 51 | 15 | 105 | 43 |
| Binary | 10010110 | 110111 | 11100 | 0 | 111111 | 1010001 | 101001 | 1101 | 1000101 | 100011 |
Color Harmonies of #96371C
Complementary color
Monochromatic Colors of #96371C
Black with #96371C
Text Example
Text Example
White with #96371C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96371C; }
p { color: rgb(150,55,28); }
H1.HeaderClassName
{
color: #96371C;
}
.AnyTagClassName
{
color: #96371C;
}
</style>
background-color css
<style>
a { background-color: #96371C; }
a { background-color: rgb(150,55,28); }
div.DivClassName
{
background-color: #96371C;
}
.BgClassName
{
background-color: #96371C;
}
</style>
border-color css
<style>
span { border-color: #96371C; }
span { border-color: rgb(150,55,28); }
td.TdClassName
{
border-color: #96371C;
}
.TagClassName
{
border-color: #96371C;
}
</style>