Shades of Burnt Umber #96351B
Tints of Burnt Umber #96351B
RGB
CMYK
RGB Variations
Color information
#96351B (or 0x96351B) is known color: Burnt Umber. HEX triplet: 96, 35 and 1B. RGB value is (150,53,27). Sum of RGB (Red+Green+Blue) = 150+53+27=230 (30% of max value = 765). Red value is 150 (58.98% from 255 or 65.22% from 230); Green value is 53 (21.09% from 255 or 23.04% from 230); Blue value is 27 (10.94% from 255 or 11.74% from 230); Max value from RGB is 150 - color contains mainly: red. Hex color #96351B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96351B is #69CAE4. Grayscale: #4F4F4F. Windows color (decimal): -6933221 or 1783190. OLE color: 1783190.
HSL color Cylindrical-coordinate representation of color #96351B: hue angle of 12.68º 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 #96351B is Cyan = 0, Magento = 0.65, Yellow = 0.82 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 53 | 27 | - |
| CMYK | 0 | 0.65 | 0.82 | 0.41 |
| HSL | 12.68º | 0.69% | 0.35% | - |
| HSV(B) | 12.68º | 0.82% | 0.59% | - |
| XYZ | 14.05 | 9.11 | 2.05 | - |
| YUV | 79.04 | 98.64 | 178.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 53 | 27 | 0 | 0.65 | 0.82 | 0.41 | 12.68 | 0.69 | 0.35 |
| Hex | 96 | 35 | 1B | 0 | 41 | 52 | 29 | D | 45 | 23 |
| Octal | 226 | 65 | 33 | 0 | 101 | 122 | 51 | 15 | 105 | 43 |
| Binary | 10010110 | 110101 | 11011 | 0 | 1000001 | 1010010 | 101001 | 1101 | 1000101 | 100011 |
Color Harmonies of #96351B
Complementary color
Monochromatic Colors of #96351B
Black with #96351B
Text Example
Text Example
White with #96351B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96351B; }
p { color: rgb(150,53,27); }
H1.HeaderClassName
{
color: #96351B;
}
.AnyTagClassName
{
color: #96351B;
}
</style>
background-color css
<style>
a { background-color: #96351B; }
a { background-color: rgb(150,53,27); }
div.DivClassName
{
background-color: #96351B;
}
.BgClassName
{
background-color: #96351B;
}
</style>
border-color css
<style>
span { border-color: #96351B; }
span { border-color: rgb(150,53,27); }
td.TdClassName
{
border-color: #96351B;
}
.TagClassName
{
border-color: #96351B;
}
</style>