Shades of Burnt Umber #943423
Tints of Burnt Umber #943423
RGB
CMYK
RGB Variations
Color information
#943423 (or 0x943423) is known color: Burnt Umber. HEX triplet: 94, 34 and 23. RGB value is (148,52,35). Sum of RGB (Red+Green+Blue) = 148+52+35=235 (31% of max value = 765). Red value is 148 (58.20% from 255 or 62.98% from 235); Green value is 52 (20.70% from 255 or 22.13% from 235); Blue value is 35 (14.06% from 255 or 14.89% from 235); Max value from RGB is 148 - color contains mainly: red. Hex color #943423 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #943423 is #6BCBDC. Grayscale: #4E4E4E. Windows color (decimal): -7064541 or 2307220. OLE color: 2307220.
HSL color Cylindrical-coordinate representation of color #943423: hue angle of 9.03º 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 #943423 is Cyan = 0, Magento = 0.65, Yellow = 0.76 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 52 | 35 | - |
| CMYK | 0 | 0.65 | 0.76 | 0.42 |
| HSL | 9.03º | 0.62% | 0.36% | - |
| HSV(B) | 9.03º | 0.76% | 0.58% | - |
| XYZ | 13.74 | 8.87 | 2.58 | - |
| YUV | 78.77 | 103.3 | 177.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 52 | 35 | 0 | 0.65 | 0.76 | 0.42 | 9.03 | 0.62 | 0.36 |
| Hex | 94 | 34 | 23 | 0 | 41 | 4C | 2A | 9 | 3E | 24 |
| Octal | 224 | 64 | 43 | 0 | 101 | 114 | 52 | 11 | 76 | 44 |
| Binary | 10010100 | 110100 | 100011 | 0 | 1000001 | 1001100 | 101010 | 1001 | 111110 | 100100 |
Color Harmonies of #943423
Complementary color
Monochromatic Colors of #943423
Black with #943423
Text Example
Text Example
White with #943423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #943423; }
p { color: rgb(148,52,35); }
H1.HeaderClassName
{
color: #943423;
}
.AnyTagClassName
{
color: #943423;
}
</style>
background-color css
<style>
a { background-color: #943423; }
a { background-color: rgb(148,52,35); }
div.DivClassName
{
background-color: #943423;
}
.BgClassName
{
background-color: #943423;
}
</style>
border-color css
<style>
span { border-color: #943423; }
span { border-color: rgb(148,52,35); }
td.TdClassName
{
border-color: #943423;
}
.TagClassName
{
border-color: #943423;
}
</style>