Shades of Burnt Umber #963123
Tints of Burnt Umber #963123
RGB
CMYK
RGB Variations
Color information
#963123 (or 0x963123) is known color: Burnt Umber. HEX triplet: 96, 31 and 23. RGB value is (150,49,35). Sum of RGB (Red+Green+Blue) = 150+49+35=234 (30% of max value = 765). Red value is 150 (58.98% from 255 or 64.10% from 234); Green value is 49 (19.53% from 255 or 20.94% from 234); Blue value is 35 (14.06% from 255 or 14.96% from 234); Max value from RGB is 150 - color contains mainly: red. Hex color #963123 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963123 is #69CEDC. Grayscale: #4D4D4D. Windows color (decimal): -6934237 or 2306454. OLE color: 2306454.
HSL color Cylindrical-coordinate representation of color #963123: hue angle of 7.3º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #963123 is Cyan = 0, Magento = 0.67, Yellow = 0.77 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 49 | 35 | - |
| CMYK | 0 | 0.67 | 0.77 | 0.41 |
| HSL | 7.3º | 0.62% | 0.36% | - |
| HSV(B) | 7.3º | 0.77% | 0.59% | - |
| XYZ | 13.98 | 8.8 | 2.55 | - |
| YUV | 77.6 | 103.96 | 179.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 49 | 35 | 0 | 0.67 | 0.77 | 0.41 | 7.3 | 0.62 | 0.36 |
| Hex | 96 | 31 | 23 | 0 | 43 | 4D | 29 | 7 | 3E | 24 |
| Octal | 226 | 61 | 43 | 0 | 103 | 115 | 51 | 7 | 76 | 44 |
| Binary | 10010110 | 110001 | 100011 | 0 | 1000011 | 1001101 | 101001 | 111 | 111110 | 100100 |
Color Harmonies of #963123
Complementary color
Monochromatic Colors of #963123
Black with #963123
Text Example
Text Example
White with #963123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963123; }
p { color: rgb(150,49,35); }
H1.HeaderClassName
{
color: #963123;
}
.AnyTagClassName
{
color: #963123;
}
</style>
background-color css
<style>
a { background-color: #963123; }
a { background-color: rgb(150,49,35); }
div.DivClassName
{
background-color: #963123;
}
.BgClassName
{
background-color: #963123;
}
</style>
border-color css
<style>
span { border-color: #963123; }
span { border-color: rgb(150,49,35); }
td.TdClassName
{
border-color: #963123;
}
.TagClassName
{
border-color: #963123;
}
</style>