Shades of Mandarian Orange #932017
Tints of Mandarian Orange #932017
RGB
CMYK
RGB Variations
Color information
#932017 (or 0x932017) is known color: Mandarian Orange. HEX triplet: 93, 20 and 17. RGB value is (147,32,23). Sum of RGB (Red+Green+Blue) = 147+32+23=202 (26% of max value = 765). Red value is 147 (57.81% from 255 or 72.77% from 202); Green value is 32 (12.89% from 255 or 15.84% from 202); Blue value is 23 (9.38% from 255 or 11.39% from 202); Max value from RGB is 147 - color contains mainly: red. Hex color #932017 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #932017 is #6CDFE8. Grayscale: #414141. Windows color (decimal): -7135209 or 1515667. OLE color: 1515667.
HSL color Cylindrical-coordinate representation of color #932017: hue angle of 4.35º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #932017 is Cyan = 0, Magento = 0.78, Yellow = 0.84 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 32 | 23 | - |
| CMYK | 0 | 0.78 | 0.84 | 0.42 |
| HSL | 4.35º | 0.73% | 0.33% | - |
| HSV(B) | 4.35º | 0.84% | 0.58% | - |
| XYZ | 12.7 | 7.3 | 1.55 | - |
| YUV | 65.36 | 104.1 | 186.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 32 | 23 | 0 | 0.78 | 0.84 | 0.42 | 4.35 | 0.73 | 0.33 |
| Hex | 93 | 20 | 17 | 0 | 4E | 54 | 2A | 4 | 49 | 21 |
| Octal | 223 | 40 | 27 | 0 | 116 | 124 | 52 | 4 | 111 | 41 |
| Binary | 10010011 | 100000 | 10111 | 0 | 1001110 | 1010100 | 101010 | 100 | 1001001 | 100001 |
Color Harmonies of #932017
Complementary color
Monochromatic Colors of #932017
Black with #932017
Text Example
Text Example
White with #932017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #932017; }
p { color: rgb(147,32,23); }
H1.HeaderClassName
{
color: #932017;
}
.AnyTagClassName
{
color: #932017;
}
</style>
background-color css
<style>
a { background-color: #932017; }
a { background-color: rgb(147,32,23); }
div.DivClassName
{
background-color: #932017;
}
.BgClassName
{
background-color: #932017;
}
</style>
border-color css
<style>
span { border-color: #932017; }
span { border-color: rgb(147,32,23); }
td.TdClassName
{
border-color: #932017;
}
.TagClassName
{
border-color: #932017;
}
</style>