Shades of Mandarian Orange #942C23
Tints of Mandarian Orange #942C23
RGB
CMYK
RGB Variations
Color information
#942C23 (or 0x942C23) is known color: Mandarian Orange. HEX triplet: 94, 2C and 23. RGB value is (148,44,35). Sum of RGB (Red+Green+Blue) = 148+44+35=227 (30% of max value = 765). Red value is 148 (58.20% from 255 or 65.20% from 227); Green value is 44 (17.58% from 255 or 19.38% from 227); Blue value is 35 (14.06% from 255 or 15.42% from 227); Max value from RGB is 148 - color contains mainly: red. Hex color #942C23 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #942C23 is #6BD3DC. Grayscale: #4A4A4A. Windows color (decimal): -7066589 or 2305172. OLE color: 2305172.
HSL color Cylindrical-coordinate representation of color #942C23: hue angle of 4.78º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #942C23 is Cyan = 0, Magento = 0.70, Yellow = 0.76 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 44 | 35 | - |
| CMYK | 0 | 0.70 | 0.76 | 0.42 |
| HSL | 4.78º | 0.62% | 0.36% | - |
| HSV(B) | 4.78º | 0.76% | 0.58% | - |
| XYZ | 13.42 | 8.22 | 2.47 | - |
| YUV | 74.07 | 105.96 | 180.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 44 | 35 | 0 | 0.70 | 0.76 | 0.42 | 4.78 | 0.62 | 0.36 |
| Hex | 94 | 2C | 23 | 0 | 46 | 4C | 2A | 5 | 3E | 24 |
| Octal | 224 | 54 | 43 | 0 | 106 | 114 | 52 | 5 | 76 | 44 |
| Binary | 10010100 | 101100 | 100011 | 0 | 1000110 | 1001100 | 101010 | 101 | 111110 | 100100 |
Color Harmonies of #942C23
Complementary color
Monochromatic Colors of #942C23
Black with #942C23
Text Example
Text Example
White with #942C23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #942C23; }
p { color: rgb(148,44,35); }
H1.HeaderClassName
{
color: #942C23;
}
.AnyTagClassName
{
color: #942C23;
}
</style>
background-color css
<style>
a { background-color: #942C23; }
a { background-color: rgb(148,44,35); }
div.DivClassName
{
background-color: #942C23;
}
.BgClassName
{
background-color: #942C23;
}
</style>
border-color css
<style>
span { border-color: #942C23; }
span { border-color: rgb(148,44,35); }
td.TdClassName
{
border-color: #942C23;
}
.TagClassName
{
border-color: #942C23;
}
</style>