Shades of Mandarian Orange #9D2912
Tints of Mandarian Orange #9D2912
RGB
CMYK
RGB Variations
Color information
#9D2912 (or 0x9D2912) is known color: Mandarian Orange. HEX triplet: 9D, 29 and 12. RGB value is (157,41,18). Sum of RGB (Red+Green+Blue) = 157+41+18=216 (28% of max value = 765). Red value is 157 (61.72% from 255 or 72.69% from 216); Green value is 41 (16.41% from 255 or 18.98% from 216); Blue value is 18 (7.42% from 255 or 8.33% from 216); Max value from RGB is 157 - color contains mainly: red. Hex color #9D2912 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9D2912 is #62D6ED. Grayscale: #494949. Windows color (decimal): -6477550 or 1190301. OLE color: 1190301.
HSL color Cylindrical-coordinate representation of color #9D2912: hue angle of 9.93º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9D2912 is Cyan = 0, Magento = 0.74, Yellow = 0.89 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 41 | 18 | - |
| CMYK | 0 | 0.74 | 0.89 | 0.38 |
| HSL | 9.93º | 0.79% | 0.34% | - |
| HSV(B) | 9.93º | 0.89% | 0.62% | - |
| XYZ | 14.81 | 8.8 | 1.49 | - |
| YUV | 73.06 | 96.93 | 187.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 41 | 18 | 0 | 0.74 | 0.89 | 0.38 | 9.93 | 0.79 | 0.34 |
| Hex | 9D | 29 | 12 | 0 | 4A | 59 | 26 | A | 4F | 22 |
| Octal | 235 | 51 | 22 | 0 | 112 | 131 | 46 | 12 | 117 | 42 |
| Binary | 10011101 | 101001 | 10010 | 0 | 1001010 | 1011001 | 100110 | 1010 | 1001111 | 100010 |
Color Harmonies of #9D2912
Complementary color
Monochromatic Colors of #9D2912
Black with #9D2912
Text Example
Text Example
White with #9D2912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D2912; }
p { color: rgb(157,41,18); }
H1.HeaderClassName
{
color: #9D2912;
}
.AnyTagClassName
{
color: #9D2912;
}
</style>
background-color css
<style>
a { background-color: #9D2912; }
a { background-color: rgb(157,41,18); }
div.DivClassName
{
background-color: #9D2912;
}
.BgClassName
{
background-color: #9D2912;
}
</style>
border-color css
<style>
span { border-color: #9D2912; }
span { border-color: rgb(157,41,18); }
td.TdClassName
{
border-color: #9D2912;
}
.TagClassName
{
border-color: #9D2912;
}
</style>