Shades of Burnt Umber #963319
Tints of Burnt Umber #963319
RGB
CMYK
RGB Variations
Color information
#963319 (or 0x963319) is known color: Burnt Umber. HEX triplet: 96, 33 and 19. RGB value is (150,51,25). Sum of RGB (Red+Green+Blue) = 150+51+25=226 (29% of max value = 765). Red value is 150 (58.98% from 255 or 66.37% from 226); Green value is 51 (20.31% from 255 or 22.57% from 226); Blue value is 25 (10.16% from 255 or 11.06% from 226); Max value from RGB is 150 - color contains mainly: red. Hex color #963319 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #963319 is #69CCE6. Grayscale: #4D4D4D. Windows color (decimal): -6933735 or 1651606. OLE color: 1651606.
HSL color Cylindrical-coordinate representation of color #963319: hue angle of 12.48º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #963319 is Cyan = 0, Magento = 0.66, Yellow = 0.83 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 51 | 25 | - |
| CMYK | 0 | 0.66 | 0.83 | 0.41 |
| HSL | 12.48º | 0.71% | 0.34% | - |
| HSV(B) | 12.48º | 0.83% | 0.59% | - |
| XYZ | 13.94 | 8.92 | 1.91 | - |
| YUV | 77.64 | 98.3 | 179.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 51 | 25 | 0 | 0.66 | 0.83 | 0.41 | 12.48 | 0.71 | 0.34 |
| Hex | 96 | 33 | 19 | 0 | 42 | 53 | 29 | C | 47 | 22 |
| Octal | 226 | 63 | 31 | 0 | 102 | 123 | 51 | 14 | 107 | 42 |
| Binary | 10010110 | 110011 | 11001 | 0 | 1000010 | 1010011 | 101001 | 1100 | 1000111 | 100010 |
Color Harmonies of #963319
Complementary color
Monochromatic Colors of #963319
Black with #963319
Text Example
Text Example
White with #963319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963319; }
p { color: rgb(150,51,25); }
H1.HeaderClassName
{
color: #963319;
}
.AnyTagClassName
{
color: #963319;
}
</style>
background-color css
<style>
a { background-color: #963319; }
a { background-color: rgb(150,51,25); }
div.DivClassName
{
background-color: #963319;
}
.BgClassName
{
background-color: #963319;
}
</style>
border-color css
<style>
span { border-color: #963319; }
span { border-color: rgb(150,51,25); }
td.TdClassName
{
border-color: #963319;
}
.TagClassName
{
border-color: #963319;
}
</style>