Shades of Mandarian Orange #9C280D
Tints of Mandarian Orange #9C280D
RGB
CMYK
RGB Variations
Color information
#9C280D (or 0x9C280D) is known color: Mandarian Orange. HEX triplet: 9C, 28 and 0D. RGB value is (156,40,13). Sum of RGB (Red+Green+Blue) = 156+40+13=209 (27% of max value = 765). Red value is 156 (61.33% from 255 or 74.64% from 209); Green value is 40 (16.02% from 255 or 19.14% from 209); Blue value is 13 (5.47% from 255 or 6.22% from 209); Max value from RGB is 156 - color contains mainly: red. Hex color #9C280D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9C280D is #63D7F2. Grayscale: #474747. Windows color (decimal): -6543347 or 862364. OLE color: 862364.
HSL color Cylindrical-coordinate representation of color #9C280D: hue angle of 11.33º degrees, saturation: 0.85, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9C280D is Cyan = 0, Magento = 0.74, Yellow = 0.92 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 40 | 13 | - |
| CMYK | 0 | 0.74 | 0.92 | 0.39 |
| HSL | 11.33º | 0.85% | 0.33% | - |
| HSV(B) | 11.33º | 0.92% | 0.61% | - |
| XYZ | 14.54 | 8.61 | 1.28 | - |
| YUV | 71.61 | 94.93 | 188.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 40 | 13 | 0 | 0.74 | 0.92 | 0.39 | 11.33 | 0.85 | 0.33 |
| Hex | 9C | 28 | D | 0 | 4A | 5C | 27 | B | 55 | 21 |
| Octal | 234 | 50 | 15 | 0 | 112 | 134 | 47 | 13 | 125 | 41 |
| Binary | 10011100 | 101000 | 1101 | 0 | 1001010 | 1011100 | 100111 | 1011 | 1010101 | 100001 |
Color Harmonies of #9C280D
Complementary color
Monochromatic Colors of #9C280D
Black with #9C280D
Text Example
Text Example
White with #9C280D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C280D; }
p { color: rgb(156,40,13); }
H1.HeaderClassName
{
color: #9C280D;
}
.AnyTagClassName
{
color: #9C280D;
}
</style>
background-color css
<style>
a { background-color: #9C280D; }
a { background-color: rgb(156,40,13); }
div.DivClassName
{
background-color: #9C280D;
}
.BgClassName
{
background-color: #9C280D;
}
</style>
border-color css
<style>
span { border-color: #9C280D; }
span { border-color: rgb(156,40,13); }
td.TdClassName
{
border-color: #9C280D;
}
.TagClassName
{
border-color: #9C280D;
}
</style>