Shades of Burnt Umber #942603
Tints of Burnt Umber #942603
RGB
CMYK
RGB Variations
Color information
#942603 (or 0x942603) is known color: Burnt Umber. HEX triplet: 94, 26 and 03. RGB value is (148,38,3). Sum of RGB (Red+Green+Blue) = 148+38+3=189 (25% of max value = 765). Red value is 148 (58.20% from 255 or 78.31% from 189); Green value is 38 (15.23% from 255 or 20.11% from 189); Blue value is 3 (1.56% from 255 or 1.59% from 189); Max value from RGB is 148 - color contains mainly: red. Hex color #942603 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #942603 is #6BD9FC. Grayscale: #434343. Windows color (decimal): -7068157 or 206484. OLE color: 206484.
HSL color Cylindrical-coordinate representation of color #942603: hue angle of 14.48º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #942603 is Cyan = 0, Magento = 0.74, Yellow = 0.98 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 38 | 3 | - |
| CMYK | 0 | 0.74 | 0.98 | 0.42 |
| HSL | 14.48º | 0.96% | 0.3% | - |
| HSV(B) | 14.48º | 0.98% | 0.58% | - |
| XYZ | 12.92 | 7.69 | 0.89 | - |
| YUV | 66.9 | 91.94 | 185.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 38 | 3 | 0 | 0.74 | 0.98 | 0.42 | 14.48 | 0.96 | 0.3 |
| Hex | 94 | 26 | 3 | 0 | 4A | 62 | 2A | E | 60 | 1E |
| Octal | 224 | 46 | 3 | 0 | 112 | 142 | 52 | 16 | 140 | 36 |
| Binary | 10010100 | 100110 | 11 | 0 | 1001010 | 1100010 | 101010 | 1110 | 1100000 | 11110 |
Color Harmonies of #942603
Complementary color
Monochromatic Colors of #942603
Black with #942603
Text Example
Text Example
White with #942603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #942603; }
p { color: rgb(148,38,3); }
H1.HeaderClassName
{
color: #942603;
}
.AnyTagClassName
{
color: #942603;
}
</style>
background-color css
<style>
a { background-color: #942603; }
a { background-color: rgb(148,38,3); }
div.DivClassName
{
background-color: #942603;
}
.BgClassName
{
background-color: #942603;
}
</style>
border-color css
<style>
span { border-color: #942603; }
span { border-color: rgb(148,38,3); }
td.TdClassName
{
border-color: #942603;
}
.TagClassName
{
border-color: #942603;
}
</style>