Shades of Burnt Umber #962E26
Tints of Burnt Umber #962E26
RGB
CMYK
RGB Variations
Color information
#962E26 (or 0x962E26) is known color: Burnt Umber. HEX triplet: 96, 2E and 26. RGB value is (150,46,38). Sum of RGB (Red+Green+Blue) = 150+46+38=234 (30% of max value = 765). Red value is 150 (58.98% from 255 or 64.10% from 234); Green value is 46 (18.36% from 255 or 19.66% from 234); Blue value is 38 (15.23% from 255 or 16.24% from 234); Max value from RGB is 150 - color contains mainly: red. Hex color #962E26 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #962E26 is #69D1D9. Grayscale: #4C4C4C. Windows color (decimal): -6935002 or 2502294. OLE color: 2502294.
HSL color Cylindrical-coordinate representation of color #962E26: hue angle of 4.29º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #962E26 is Cyan = 0, Magento = 0.69, Yellow = 0.75 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 46 | 38 | - |
| CMYK | 0 | 0.69 | 0.75 | 0.41 |
| HSL | 4.29º | 0.6% | 0.37% | - |
| HSV(B) | 4.29º | 0.75% | 0.59% | - |
| XYZ | 13.9 | 8.58 | 2.76 | - |
| YUV | 76.18 | 106.46 | 180.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 46 | 38 | 0 | 0.69 | 0.75 | 0.41 | 4.29 | 0.6 | 0.37 |
| Hex | 96 | 2E | 26 | 0 | 45 | 4B | 29 | 4 | 3C | 25 |
| Octal | 226 | 56 | 46 | 0 | 105 | 113 | 51 | 4 | 74 | 45 |
| Binary | 10010110 | 101110 | 100110 | 0 | 1000101 | 1001011 | 101001 | 100 | 111100 | 100101 |
Color Harmonies of #962E26
Complementary color
Monochromatic Colors of #962E26
Black with #962E26
Text Example
Text Example
White with #962E26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962E26; }
p { color: rgb(150,46,38); }
H1.HeaderClassName
{
color: #962E26;
}
.AnyTagClassName
{
color: #962E26;
}
</style>
background-color css
<style>
a { background-color: #962E26; }
a { background-color: rgb(150,46,38); }
div.DivClassName
{
background-color: #962E26;
}
.BgClassName
{
background-color: #962E26;
}
</style>
border-color css
<style>
span { border-color: #962E26; }
span { border-color: rgb(150,46,38); }
td.TdClassName
{
border-color: #962E26;
}
.TagClassName
{
border-color: #962E26;
}
</style>