Shades of Mandarian Orange #9C270E
Tints of Mandarian Orange #9C270E
RGB
CMYK
RGB Variations
Color information
#9C270E (or 0x9C270E) is known color: Mandarian Orange. HEX triplet: 9C, 27 and 0E. RGB value is (156,39,14). Sum of RGB (Red+Green+Blue) = 156+39+14=209 (27% of max value = 765). Red value is 156 (61.33% from 255 or 74.64% from 209); Green value is 39 (15.62% from 255 or 18.66% from 209); Blue value is 14 (5.86% from 255 or 6.70% from 209); Max value from RGB is 156 - color contains mainly: red. Hex color #9C270E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9C270E is #63D8F1. Grayscale: #474747. Windows color (decimal): -6543602 or 927644. OLE color: 927644.
HSL color Cylindrical-coordinate representation of color #9C270E: hue angle of 10.56º degrees, saturation: 0.84, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9C270E is Cyan = 0, Magento = 0.75, Yellow = 0.91 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 39 | 14 | - |
| CMYK | 0 | 0.75 | 0.91 | 0.39 |
| HSL | 10.56º | 0.84% | 0.33% | - |
| HSV(B) | 10.56º | 0.91% | 0.61% | - |
| XYZ | 14.52 | 8.55 | 1.3 | - |
| YUV | 71.13 | 95.76 | 188.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 39 | 14 | 0 | 0.75 | 0.91 | 0.39 | 10.56 | 0.84 | 0.33 |
| Hex | 9C | 27 | E | 0 | 4B | 5B | 27 | B | 54 | 21 |
| Octal | 234 | 47 | 16 | 0 | 113 | 133 | 47 | 13 | 124 | 41 |
| Binary | 10011100 | 100111 | 1110 | 0 | 1001011 | 1011011 | 100111 | 1011 | 1010100 | 100001 |
Color Harmonies of #9C270E
Complementary color
Monochromatic Colors of #9C270E
Black with #9C270E
Text Example
Text Example
White with #9C270E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C270E; }
p { color: rgb(156,39,14); }
H1.HeaderClassName
{
color: #9C270E;
}
.AnyTagClassName
{
color: #9C270E;
}
</style>
background-color css
<style>
a { background-color: #9C270E; }
a { background-color: rgb(156,39,14); }
div.DivClassName
{
background-color: #9C270E;
}
.BgClassName
{
background-color: #9C270E;
}
</style>
border-color css
<style>
span { border-color: #9C270E; }
span { border-color: rgb(156,39,14); }
td.TdClassName
{
border-color: #9C270E;
}
.TagClassName
{
border-color: #9C270E;
}
</style>