Shades of Dawn #94938E
Tints of Dawn #94938E
RGB
CMYK
RGB Variations
Color information
#94938E (or 0x94938E) is known color: Dawn. HEX triplet: 94, 93 and 8E. RGB value is (148,147,142). Sum of RGB (Red+Green+Blue) = 148+147+142=437 (57% of max value = 765). Red value is 148 (58.20% from 255 or 33.87% from 437); Green value is 147 (57.81% from 255 or 33.64% from 437); Blue value is 142 (55.86% from 255 or 32.49% from 437); Max value from RGB is 148 - color contains mainly: red. Hex color #94938E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94938E is #6B6C71. Grayscale: #929292. Windows color (decimal): -7040114 or 9343892. OLE color: 9343892.
HSL color Cylindrical-coordinate representation of color #94938E: hue angle of 50º degrees, saturation: 0.03, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #94938E is Cyan = 0, Magento = 0.01, Yellow = 0.04 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 147 | 142 | - |
| CMYK | 0 | 0.01 | 0.04 | 0.42 |
| HSL | 50º | 0.03% | 0.57% | - |
| HSV(B) | 50º | 0.04% | 0.58% | - |
| XYZ | 27.53 | 29.12 | 29.76 | - |
| YUV | 146.73 | 125.33 | 128.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 147 | 142 | 0 | 0.01 | 0.04 | 0.42 | 50 | 0.03 | 0.57 |
| Hex | 94 | 93 | 8E | 0 | 1 | 4 | 2A | 32 | 3 | 39 |
| Octal | 224 | 223 | 216 | 0 | 1 | 4 | 52 | 62 | 3 | 71 |
| Binary | 10010100 | 10010011 | 10001110 | 0 | 1 | 100 | 101010 | 110010 | 11 | 111001 |
Color Harmonies of #94938E
Complementary color
Monochromatic Colors of #94938E
Black with #94938E
Text Example
Text Example
White with #94938E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94938E; }
p { color: rgb(148,147,142); }
H1.HeaderClassName
{
color: #94938E;
}
.AnyTagClassName
{
color: #94938E;
}
</style>
background-color css
<style>
a { background-color: #94938E; }
a { background-color: rgb(148,147,142); }
div.DivClassName
{
background-color: #94938E;
}
.BgClassName
{
background-color: #94938E;
}
</style>
border-color css
<style>
span { border-color: #94938E; }
span { border-color: rgb(148,147,142); }
td.TdClassName
{
border-color: #94938E;
}
.TagClassName
{
border-color: #94938E;
}
</style>