Shades of Burnt Umber #963719
Tints of Burnt Umber #963719
RGB
CMYK
RGB Variations
Color information
#963719 (or 0x963719) is known color: Burnt Umber. HEX triplet: 96, 37 and 19. RGB value is (150,55,25). Sum of RGB (Red+Green+Blue) = 150+55+25=230 (30% of max value = 765). Red value is 150 (58.98% from 255 or 65.22% from 230); Green value is 55 (21.88% from 255 or 23.91% from 230); Blue value is 25 (10.16% from 255 or 10.87% from 230); Max value from RGB is 150 - color contains mainly: red. Hex color #963719 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #963719 is #69C8E6. Grayscale: #505050. Windows color (decimal): -6932711 or 1652630. OLE color: 1652630.
HSL color Cylindrical-coordinate representation of color #963719: hue angle of 14.4º 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 #963719 is Cyan = 0, Magento = 0.63, Yellow = 0.83 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 55 | 25 | - |
| CMYK | 0 | 0.63 | 0.83 | 0.41 |
| HSL | 14.4º | 0.71% | 0.34% | - |
| HSV(B) | 14.4º | 0.83% | 0.59% | - |
| XYZ | 14.12 | 9.29 | 1.97 | - |
| YUV | 79.99 | 96.97 | 177.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 55 | 25 | 0 | 0.63 | 0.83 | 0.41 | 14.4 | 0.71 | 0.34 |
| Hex | 96 | 37 | 19 | 0 | 3F | 53 | 29 | E | 47 | 22 |
| Octal | 226 | 67 | 31 | 0 | 77 | 123 | 51 | 16 | 107 | 42 |
| Binary | 10010110 | 110111 | 11001 | 0 | 111111 | 1010011 | 101001 | 1110 | 1000111 | 100010 |
Color Harmonies of #963719
Complementary color
Monochromatic Colors of #963719
Black with #963719
Text Example
Text Example
White with #963719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963719; }
p { color: rgb(150,55,25); }
H1.HeaderClassName
{
color: #963719;
}
.AnyTagClassName
{
color: #963719;
}
</style>
background-color css
<style>
a { background-color: #963719; }
a { background-color: rgb(150,55,25); }
div.DivClassName
{
background-color: #963719;
}
.BgClassName
{
background-color: #963719;
}
</style>
border-color css
<style>
span { border-color: #963719; }
span { border-color: rgb(150,55,25); }
td.TdClassName
{
border-color: #963719;
}
.TagClassName
{
border-color: #963719;
}
</style>