Shades of Burnt Umber #94351C
Tints of Burnt Umber #94351C
RGB
CMYK
RGB Variations
Color information
#94351C (or 0x94351C) is known color: Burnt Umber. HEX triplet: 94, 35 and 1C. RGB value is (148,53,28). Sum of RGB (Red+Green+Blue) = 148+53+28=229 (30% of max value = 765). Red value is 148 (58.20% from 255 or 64.63% from 229); Green value is 53 (21.09% from 255 or 23.14% from 229); Blue value is 28 (11.33% from 255 or 12.23% from 229); Max value from RGB is 148 - color contains mainly: red. Hex color #94351C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #94351C is #6BCAE3. Grayscale: #4E4E4E. Windows color (decimal): -7064292 or 1848724. OLE color: 1848724.
HSL color Cylindrical-coordinate representation of color #94351C: hue angle of 12.5º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #94351C is Cyan = 0, Magento = 0.64, Yellow = 0.81 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 53 | 28 | - |
| CMYK | 0 | 0.64 | 0.81 | 0.42 |
| HSL | 12.5º | 0.68% | 0.35% | - |
| HSV(B) | 12.5º | 0.81% | 0.58% | - |
| XYZ | 13.7 | 8.93 | 2.1 | - |
| YUV | 78.56 | 99.47 | 177.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 53 | 28 | 0 | 0.64 | 0.81 | 0.42 | 12.5 | 0.68 | 0.35 |
| Hex | 94 | 35 | 1C | 0 | 40 | 51 | 2A | C | 44 | 23 |
| Octal | 224 | 65 | 34 | 0 | 100 | 121 | 52 | 14 | 104 | 43 |
| Binary | 10010100 | 110101 | 11100 | 0 | 1000000 | 1010001 | 101010 | 1100 | 1000100 | 100011 |
Color Harmonies of #94351C
Complementary color
Monochromatic Colors of #94351C
Black with #94351C
Text Example
Text Example
White with #94351C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94351C; }
p { color: rgb(148,53,28); }
H1.HeaderClassName
{
color: #94351C;
}
.AnyTagClassName
{
color: #94351C;
}
</style>
background-color css
<style>
a { background-color: #94351C; }
a { background-color: rgb(148,53,28); }
div.DivClassName
{
background-color: #94351C;
}
.BgClassName
{
background-color: #94351C;
}
</style>
border-color css
<style>
span { border-color: #94351C; }
span { border-color: rgb(148,53,28); }
td.TdClassName
{
border-color: #94351C;
}
.TagClassName
{
border-color: #94351C;
}
</style>