Shades of Burnt Umber #942605
Tints of Burnt Umber #942605
RGB
CMYK
RGB Variations
Color information
#942605 (or 0x942605) is known color: Burnt Umber. HEX triplet: 94, 26 and 05. RGB value is (148,38,5). Sum of RGB (Red+Green+Blue) = 148+38+5=191 (25% of max value = 765). Red value is 148 (58.20% from 255 or 77.49% from 191); Green value is 38 (15.23% from 255 or 19.90% from 191); Blue value is 5 (2.34% from 255 or 2.62% from 191); Max value from RGB is 148 - color contains mainly: red. Hex color #942605 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #942605 is #6BD9FA. Grayscale: #434343. Windows color (decimal): -7068155 or 337556. OLE color: 337556.
HSL color Cylindrical-coordinate representation of color #942605: hue angle of 13.85º degrees, saturation: 0.93, 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 #942605 is Cyan = 0, Magento = 0.74, Yellow = 0.97 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 38 | 5 | - |
| CMYK | 0 | 0.74 | 0.97 | 0.42 |
| HSL | 13.85º | 0.93% | 0.3% | - |
| HSV(B) | 13.85º | 0.97% | 0.58% | - |
| XYZ | 12.93 | 7.69 | 0.95 | - |
| YUV | 67.13 | 92.94 | 185.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 38 | 5 | 0 | 0.74 | 0.97 | 0.42 | 13.85 | 0.93 | 0.3 |
| Hex | 94 | 26 | 5 | 0 | 4A | 61 | 2A | E | 5D | 1E |
| Octal | 224 | 46 | 5 | 0 | 112 | 141 | 52 | 16 | 135 | 36 |
| Binary | 10010100 | 100110 | 101 | 0 | 1001010 | 1100001 | 101010 | 1110 | 1011101 | 11110 |
Color Harmonies of #942605
Complementary color
Monochromatic Colors of #942605
Black with #942605
Text Example
Text Example
White with #942605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #942605; }
p { color: rgb(148,38,5); }
H1.HeaderClassName
{
color: #942605;
}
.AnyTagClassName
{
color: #942605;
}
</style>
background-color css
<style>
a { background-color: #942605; }
a { background-color: rgb(148,38,5); }
div.DivClassName
{
background-color: #942605;
}
.BgClassName
{
background-color: #942605;
}
</style>
border-color css
<style>
span { border-color: #942605; }
span { border-color: rgb(148,38,5); }
td.TdClassName
{
border-color: #942605;
}
.TagClassName
{
border-color: #942605;
}
</style>