Shades of Mandarian Orange #921E17
Tints of Mandarian Orange #921E17
RGB
CMYK
RGB Variations
Color information
#921E17 (or 0x921E17) is known color: Mandarian Orange. HEX triplet: 92, 1E and 17. RGB value is (146,30,23). Sum of RGB (Red+Green+Blue) = 146+30+23=199 (26% of max value = 765). Red value is 146 (57.42% from 255 or 73.37% from 199); Green value is 30 (12.11% from 255 or 15.08% from 199); Blue value is 23 (9.38% from 255 or 11.56% from 199); Max value from RGB is 146 - color contains mainly: red. Hex color #921E17 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #921E17 is #6DE1E8. Grayscale: #404040. Windows color (decimal): -7201257 or 1515154. OLE color: 1515154.
HSL color Cylindrical-coordinate representation of color #921E17: hue angle of 3.41º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #921E17 is Cyan = 0, Magento = 0.79, Yellow = 0.84 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 30 | 23 | - |
| CMYK | 0 | 0.79 | 0.84 | 0.43 |
| HSL | 3.41º | 0.73% | 0.33% | - |
| HSV(B) | 3.41º | 0.84% | 0.57% | - |
| XYZ | 12.47 | 7.1 | 1.52 | - |
| YUV | 63.89 | 104.93 | 186.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 30 | 23 | 0 | 0.79 | 0.84 | 0.43 | 3.41 | 0.73 | 0.33 |
| Hex | 92 | 1E | 17 | 0 | 4F | 54 | 2B | 3 | 49 | 21 |
| Octal | 222 | 36 | 27 | 0 | 117 | 124 | 53 | 3 | 111 | 41 |
| Binary | 10010010 | 11110 | 10111 | 0 | 1001111 | 1010100 | 101011 | 11 | 1001001 | 100001 |
Color Harmonies of #921E17
Complementary color
Monochromatic Colors of #921E17
Black with #921E17
Text Example
Text Example
White with #921E17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #921E17; }
p { color: rgb(146,30,23); }
H1.HeaderClassName
{
color: #921E17;
}
.AnyTagClassName
{
color: #921E17;
}
</style>
background-color css
<style>
a { background-color: #921E17; }
a { background-color: rgb(146,30,23); }
div.DivClassName
{
background-color: #921E17;
}
.BgClassName
{
background-color: #921E17;
}
</style>
border-color css
<style>
span { border-color: #921E17; }
span { border-color: rgb(146,30,23); }
td.TdClassName
{
border-color: #921E17;
}
.TagClassName
{
border-color: #921E17;
}
</style>