Shades of Burnt Umber #962D1B
Tints of Burnt Umber #962D1B
RGB
CMYK
RGB Variations
Color information
#962D1B (or 0x962D1B) is known color: Burnt Umber. HEX triplet: 96, 2D and 1B. RGB value is (150,45,27). Sum of RGB (Red+Green+Blue) = 150+45+27=222 (29% of max value = 765). Red value is 150 (58.98% from 255 or 67.57% from 222); Green value is 45 (17.97% from 255 or 20.27% from 222); Blue value is 27 (10.94% from 255 or 12.16% from 222); Max value from RGB is 150 - color contains mainly: red. Hex color #962D1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #962D1B is #69D2E4. Grayscale: #4A4A4A. Windows color (decimal): -6935269 or 1781142. OLE color: 1781142.
HSL color Cylindrical-coordinate representation of color #962D1B: hue angle of 8.78º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #962D1B is Cyan = 0, Magento = 0.70, Yellow = 0.82 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 45 | 27 | - |
| CMYK | 0 | 0.70 | 0.82 | 0.41 |
| HSL | 8.78º | 0.69% | 0.35% | - |
| HSV(B) | 8.78º | 0.82% | 0.59% | - |
| XYZ | 13.71 | 8.44 | 1.94 | - |
| YUV | 74.34 | 101.29 | 181.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 45 | 27 | 0 | 0.70 | 0.82 | 0.41 | 8.78 | 0.69 | 0.35 |
| Hex | 96 | 2D | 1B | 0 | 46 | 52 | 29 | 9 | 45 | 23 |
| Octal | 226 | 55 | 33 | 0 | 106 | 122 | 51 | 11 | 105 | 43 |
| Binary | 10010110 | 101101 | 11011 | 0 | 1000110 | 1010010 | 101001 | 1001 | 1000101 | 100011 |
Color Harmonies of #962D1B
Complementary color
Monochromatic Colors of #962D1B
Black with #962D1B
Text Example
Text Example
White with #962D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962D1B; }
p { color: rgb(150,45,27); }
H1.HeaderClassName
{
color: #962D1B;
}
.AnyTagClassName
{
color: #962D1B;
}
</style>
background-color css
<style>
a { background-color: #962D1B; }
a { background-color: rgb(150,45,27); }
div.DivClassName
{
background-color: #962D1B;
}
.BgClassName
{
background-color: #962D1B;
}
</style>
border-color css
<style>
span { border-color: #962D1B; }
span { border-color: rgb(150,45,27); }
td.TdClassName
{
border-color: #962D1B;
}
.TagClassName
{
border-color: #962D1B;
}
</style>