Shades of Burnt Umber #962C1E
Tints of Burnt Umber #962C1E
RGB
CMYK
RGB Variations
Color information
#962C1E (or 0x962C1E) is known color: Burnt Umber. HEX triplet: 96, 2C and 1E. RGB value is (150,44,30). Sum of RGB (Red+Green+Blue) = 150+44+30=224 (29% of max value = 765). Red value is 150 (58.98% from 255 or 66.96% from 224); Green value is 44 (17.58% from 255 or 19.64% from 224); Blue value is 30 (12.11% from 255 or 13.39% from 224); Max value from RGB is 150 - color contains mainly: red. Hex color #962C1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #962C1E is #69D3E1. Grayscale: #4A4A4A. Windows color (decimal): -6935522 or 1977494. OLE color: 1977494.
HSL color Cylindrical-coordinate representation of color #962C1E: hue angle of 7º 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 #962C1E is Cyan = 0, Magento = 0.71, Yellow = 0.80 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 44 | 30 | - |
| CMYK | 0 | 0.71 | 0.80 | 0.41 |
| HSL | 7º | 0.67% | 0.35% | - |
| HSV(B) | 7º | 0.8% | 0.59% | - |
| XYZ | 13.71 | 8.38 | 2.12 | - |
| YUV | 74.1 | 103.12 | 182.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 44 | 30 | 0 | 0.71 | 0.80 | 0.41 | 7 | 0.67 | 0.35 |
| Hex | 96 | 2C | 1E | 0 | 47 | 50 | 29 | 7 | 43 | 23 |
| Octal | 226 | 54 | 36 | 0 | 107 | 120 | 51 | 7 | 103 | 43 |
| Binary | 10010110 | 101100 | 11110 | 0 | 1000111 | 1010000 | 101001 | 111 | 1000011 | 100011 |
Color Harmonies of #962C1E
Complementary color
Monochromatic Colors of #962C1E
Black with #962C1E
Text Example
Text Example
White with #962C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962C1E; }
p { color: rgb(150,44,30); }
H1.HeaderClassName
{
color: #962C1E;
}
.AnyTagClassName
{
color: #962C1E;
}
</style>
background-color css
<style>
a { background-color: #962C1E; }
a { background-color: rgb(150,44,30); }
div.DivClassName
{
background-color: #962C1E;
}
.BgClassName
{
background-color: #962C1E;
}
</style>
border-color css
<style>
span { border-color: #962C1E; }
span { border-color: rgb(150,44,30); }
td.TdClassName
{
border-color: #962C1E;
}
.TagClassName
{
border-color: #962C1E;
}
</style>