Shades of Burnt Umber #962703
Tints of Burnt Umber #962703
RGB
CMYK
RGB Variations
Color information
#962703 (or 0x962703) is known color: Burnt Umber. HEX triplet: 96, 27 and 03. RGB value is (150,39,3). Sum of RGB (Red+Green+Blue) = 150+39+3=192 (25% of max value = 765). Red value is 150 (58.98% from 255 or 78.12% from 192); Green value is 39 (15.62% from 255 or 20.31% from 192); Blue value is 3 (1.56% from 255 or 1.56% from 192); Max value from RGB is 150 - color contains mainly: red. Hex color #962703 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #962703 is #69D8FC. Grayscale: #444444. Windows color (decimal): -6936829 or 206742. OLE color: 206742.
HSL color Cylindrical-coordinate representation of color #962703: hue angle of 14.69º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #962703 is Cyan = 0, Magento = 0.74, Yellow = 0.98 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 39 | 3 | - |
| CMYK | 0 | 0.74 | 0.98 | 0.41 |
| HSL | 14.69º | 0.96% | 0.3% | - |
| HSV(B) | 14.69º | 0.98% | 0.59% | - |
| XYZ | 13.32 | 7.94 | 0.92 | - |
| YUV | 68.09 | 91.27 | 186.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 39 | 3 | 0 | 0.74 | 0.98 | 0.41 | 14.69 | 0.96 | 0.3 |
| Hex | 96 | 27 | 3 | 0 | 4A | 62 | 29 | F | 60 | 1E |
| Octal | 226 | 47 | 3 | 0 | 112 | 142 | 51 | 17 | 140 | 36 |
| Binary | 10010110 | 100111 | 11 | 0 | 1001010 | 1100010 | 101001 | 1111 | 1100000 | 11110 |
Color Harmonies of #962703
Complementary color
Monochromatic Colors of #962703
Black with #962703
Text Example
Text Example
White with #962703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962703; }
p { color: rgb(150,39,3); }
H1.HeaderClassName
{
color: #962703;
}
.AnyTagClassName
{
color: #962703;
}
</style>
background-color css
<style>
a { background-color: #962703; }
a { background-color: rgb(150,39,3); }
div.DivClassName
{
background-color: #962703;
}
.BgClassName
{
background-color: #962703;
}
</style>
border-color css
<style>
span { border-color: #962703; }
span { border-color: rgb(150,39,3); }
td.TdClassName
{
border-color: #962703;
}
.TagClassName
{
border-color: #962703;
}
</style>