Shades of Burnt Umber #943323
Tints of Burnt Umber #943323
RGB
CMYK
RGB Variations
Color information
#943323 (or 0x943323) is known color: Burnt Umber. HEX triplet: 94, 33 and 23. RGB value is (148,51,35). Sum of RGB (Red+Green+Blue) = 148+51+35=234 (30% of max value = 765). Red value is 148 (58.20% from 255 or 63.25% from 234); Green value is 51 (20.31% from 255 or 21.79% from 234); Blue value is 35 (14.06% from 255 or 14.96% from 234); Max value from RGB is 148 - color contains mainly: red. Hex color #943323 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #943323 is #6BCCDC. Grayscale: #4E4E4E. Windows color (decimal): -7064797 or 2306964. OLE color: 2306964.
HSL color Cylindrical-coordinate representation of color #943323: hue angle of 8.5º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #943323 is Cyan = 0, Magento = 0.66, Yellow = 0.76 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 51 | 35 | - |
| CMYK | 0 | 0.66 | 0.76 | 0.42 |
| HSL | 8.5º | 0.62% | 0.36% | - |
| HSV(B) | 8.5º | 0.76% | 0.58% | - |
| XYZ | 13.7 | 8.78 | 2.56 | - |
| YUV | 78.18 | 103.64 | 177.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 51 | 35 | 0 | 0.66 | 0.76 | 0.42 | 8.5 | 0.62 | 0.36 |
| Hex | 94 | 33 | 23 | 0 | 42 | 4C | 2A | 8 | 3E | 24 |
| Octal | 224 | 63 | 43 | 0 | 102 | 114 | 52 | 10 | 76 | 44 |
| Binary | 10010100 | 110011 | 100011 | 0 | 1000010 | 1001100 | 101010 | 1000 | 111110 | 100100 |
Color Harmonies of #943323
Complementary color
Monochromatic Colors of #943323
Black with #943323
Text Example
Text Example
White with #943323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #943323; }
p { color: rgb(148,51,35); }
H1.HeaderClassName
{
color: #943323;
}
.AnyTagClassName
{
color: #943323;
}
</style>
background-color css
<style>
a { background-color: #943323; }
a { background-color: rgb(148,51,35); }
div.DivClassName
{
background-color: #943323;
}
.BgClassName
{
background-color: #943323;
}
</style>
border-color css
<style>
span { border-color: #943323; }
span { border-color: rgb(148,51,35); }
td.TdClassName
{
border-color: #943323;
}
.TagClassName
{
border-color: #943323;
}
</style>