Shades of Mandarian Orange #952412
Tints of Mandarian Orange #952412
RGB
CMYK
RGB Variations
Color information
#952412 (or 0x952412) is known color: Mandarian Orange. HEX triplet: 95, 24 and 12. RGB value is (149,36,18). Sum of RGB (Red+Green+Blue) = 149+36+18=203 (26% of max value = 765). Red value is 149 (58.59% from 255 or 73.40% from 203); Green value is 36 (14.45% from 255 or 17.73% from 203); Blue value is 18 (7.42% from 255 or 8.87% from 203); Max value from RGB is 149 - color contains mainly: red. Hex color #952412 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #952412 is #6ADBED. Grayscale: #434343. Windows color (decimal): -7003118 or 1189013. OLE color: 1189013.
HSL color Cylindrical-coordinate representation of color #952412: hue angle of 8.24º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #952412 is Cyan = 0, Magento = 0.76, Yellow = 0.88 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 36 | 18 | - |
| CMYK | 0 | 0.76 | 0.88 | 0.42 |
| HSL | 8.24º | 0.78% | 0.33% | - |
| HSV(B) | 8.24º | 0.88% | 0.58% | - |
| XYZ | 13.13 | 7.69 | 1.37 | - |
| YUV | 67.74 | 99.94 | 185.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 36 | 18 | 0 | 0.76 | 0.88 | 0.42 | 8.24 | 0.78 | 0.33 |
| Hex | 95 | 24 | 12 | 0 | 4C | 58 | 2A | 8 | 4E | 21 |
| Octal | 225 | 44 | 22 | 0 | 114 | 130 | 52 | 10 | 116 | 41 |
| Binary | 10010101 | 100100 | 10010 | 0 | 1001100 | 1011000 | 101010 | 1000 | 1001110 | 100001 |
Color Harmonies of #952412
Complementary color
Monochromatic Colors of #952412
Black with #952412
Text Example
Text Example
White with #952412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952412; }
p { color: rgb(149,36,18); }
H1.HeaderClassName
{
color: #952412;
}
.AnyTagClassName
{
color: #952412;
}
</style>
background-color css
<style>
a { background-color: #952412; }
a { background-color: rgb(149,36,18); }
div.DivClassName
{
background-color: #952412;
}
.BgClassName
{
background-color: #952412;
}
</style>
border-color css
<style>
span { border-color: #952412; }
span { border-color: rgb(149,36,18); }
td.TdClassName
{
border-color: #952412;
}
.TagClassName
{
border-color: #952412;
}
</style>