Shades of Burnt Umber #962F1E
Tints of Burnt Umber #962F1E
RGB
CMYK
RGB Variations
Color information
#962F1E (or 0x962F1E) is known color: Burnt Umber. HEX triplet: 96, 2F and 1E. RGB value is (150,47,30). Sum of RGB (Red+Green+Blue) = 150+47+30=227 (30% of max value = 765). Red value is 150 (58.98% from 255 or 66.08% from 227); Green value is 47 (18.75% from 255 or 20.70% from 227); Blue value is 30 (12.11% from 255 or 13.22% from 227); Max value from RGB is 150 - color contains mainly: red. Hex color #962F1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #962F1E is #69D0E1. Grayscale: #4C4C4C. Windows color (decimal): -6934754 or 1978262. OLE color: 1978262.
HSL color Cylindrical-coordinate representation of color #962F1E: hue angle of 8.5º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #962F1E is Cyan = 0, Magento = 0.69, Yellow = 0.80 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 47 | 30 | - |
| CMYK | 0 | 0.69 | 0.80 | 0.41 |
| HSL | 8.5º | 0.67% | 0.35% | - |
| HSV(B) | 8.5º | 0.8% | 0.59% | - |
| XYZ | 13.83 | 8.61 | 2.16 | - |
| YUV | 75.86 | 102.12 | 180.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 47 | 30 | 0 | 0.69 | 0.80 | 0.41 | 8.5 | 0.67 | 0.35 |
| Hex | 96 | 2F | 1E | 0 | 45 | 50 | 29 | 8 | 43 | 23 |
| Octal | 226 | 57 | 36 | 0 | 105 | 120 | 51 | 10 | 103 | 43 |
| Binary | 10010110 | 101111 | 11110 | 0 | 1000101 | 1010000 | 101001 | 1000 | 1000011 | 100011 |
Color Harmonies of #962F1E
Complementary color
Monochromatic Colors of #962F1E
Black with #962F1E
Text Example
Text Example
White with #962F1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962F1E; }
p { color: rgb(150,47,30); }
H1.HeaderClassName
{
color: #962F1E;
}
.AnyTagClassName
{
color: #962F1E;
}
</style>
background-color css
<style>
a { background-color: #962F1E; }
a { background-color: rgb(150,47,30); }
div.DivClassName
{
background-color: #962F1E;
}
.BgClassName
{
background-color: #962F1E;
}
</style>
border-color css
<style>
span { border-color: #962F1E; }
span { border-color: rgb(150,47,30); }
td.TdClassName
{
border-color: #962F1E;
}
.TagClassName
{
border-color: #962F1E;
}
</style>