Shades of Burnt Umber #942604
Tints of Burnt Umber #942604
RGB
CMYK
RGB Variations
Color information
#942604 (or 0x942604) is known color: Burnt Umber. HEX triplet: 94, 26 and 04. RGB value is (148,38,4). Sum of RGB (Red+Green+Blue) = 148+38+4=190 (25% of max value = 765). Red value is 148 (58.20% from 255 or 77.89% from 190); Green value is 38 (15.23% from 255 or 20% from 190); Blue value is 4 (1.95% from 255 or 2.11% from 190); Max value from RGB is 148 - color contains mainly: red. Hex color #942604 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #942604 is #6BD9FB. Grayscale: #434343. Windows color (decimal): -7068156 or 272020. OLE color: 272020.
HSL color Cylindrical-coordinate representation of color #942604: hue angle of 14.17º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #942604 is Cyan = 0, Magento = 0.74, Yellow = 0.97 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 38 | 4 | - |
| CMYK | 0 | 0.74 | 0.97 | 0.42 |
| HSL | 14.17º | 0.95% | 0.3% | - |
| HSV(B) | 14.17º | 0.97% | 0.58% | - |
| XYZ | 12.93 | 7.69 | 0.92 | - |
| YUV | 67.01 | 92.44 | 185.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 38 | 4 | 0 | 0.74 | 0.97 | 0.42 | 14.17 | 0.95 | 0.3 |
| Hex | 94 | 26 | 4 | 0 | 4A | 61 | 2A | E | 5F | 1E |
| Octal | 224 | 46 | 4 | 0 | 112 | 141 | 52 | 16 | 137 | 36 |
| Binary | 10010100 | 100110 | 100 | 0 | 1001010 | 1100001 | 101010 | 1110 | 1011111 | 11110 |
Color Harmonies of #942604
Complementary color
Monochromatic Colors of #942604
Black with #942604
Text Example
Text Example
White with #942604
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #942604; }
p { color: rgb(148,38,4); }
H1.HeaderClassName
{
color: #942604;
}
.AnyTagClassName
{
color: #942604;
}
</style>
background-color css
<style>
a { background-color: #942604; }
a { background-color: rgb(148,38,4); }
div.DivClassName
{
background-color: #942604;
}
.BgClassName
{
background-color: #942604;
}
</style>
border-color css
<style>
span { border-color: #942604; }
span { border-color: rgb(148,38,4); }
td.TdClassName
{
border-color: #942604;
}
.TagClassName
{
border-color: #942604;
}
</style>