Shades of Burnt Umber #96341B
Tints of Burnt Umber #96341B
RGB
CMYK
RGB Variations
Color information
#96341B (or 0x96341B) is known color: Burnt Umber. HEX triplet: 96, 34 and 1B. RGB value is (150,52,27). Sum of RGB (Red+Green+Blue) = 150+52+27=229 (30% of max value = 765). Red value is 150 (58.98% from 255 or 65.50% from 229); Green value is 52 (20.70% from 255 or 22.71% from 229); Blue value is 27 (10.94% from 255 or 11.79% from 229); Max value from RGB is 150 - color contains mainly: red. Hex color #96341B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96341B is #69CBE4. Grayscale: #4E4E4E. Windows color (decimal): -6933477 or 1782934. OLE color: 1782934.
HSL color Cylindrical-coordinate representation of color #96341B: hue angle of 12.2º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #96341B is Cyan = 0, Magento = 0.65, Yellow = 0.82 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 52 | 27 | - |
| CMYK | 0 | 0.65 | 0.82 | 0.41 |
| HSL | 12.2º | 0.69% | 0.35% | - |
| HSV(B) | 12.2º | 0.82% | 0.59% | - |
| XYZ | 14 | 9.02 | 2.04 | - |
| YUV | 78.45 | 98.97 | 179.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 52 | 27 | 0 | 0.65 | 0.82 | 0.41 | 12.2 | 0.69 | 0.35 |
| Hex | 96 | 34 | 1B | 0 | 41 | 52 | 29 | C | 45 | 23 |
| Octal | 226 | 64 | 33 | 0 | 101 | 122 | 51 | 14 | 105 | 43 |
| Binary | 10010110 | 110100 | 11011 | 0 | 1000001 | 1010010 | 101001 | 1100 | 1000101 | 100011 |
Color Harmonies of #96341B
Complementary color
Monochromatic Colors of #96341B
Black with #96341B
Text Example
Text Example
White with #96341B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96341B; }
p { color: rgb(150,52,27); }
H1.HeaderClassName
{
color: #96341B;
}
.AnyTagClassName
{
color: #96341B;
}
</style>
background-color css
<style>
a { background-color: #96341B; }
a { background-color: rgb(150,52,27); }
div.DivClassName
{
background-color: #96341B;
}
.BgClassName
{
background-color: #96341B;
}
</style>
border-color css
<style>
span { border-color: #96341B; }
span { border-color: rgb(150,52,27); }
td.TdClassName
{
border-color: #96341B;
}
.TagClassName
{
border-color: #96341B;
}
</style>