Shades of Mandarian Orange #952512
Tints of Mandarian Orange #952512
RGB
CMYK
RGB Variations
Color information
#952512 (or 0x952512) is known color: Mandarian Orange. HEX triplet: 95, 25 and 12. RGB value is (149,37,18). Sum of RGB (Red+Green+Blue) = 149+37+18=204 (27% of max value = 765). Red value is 149 (58.59% from 255 or 73.04% from 204); Green value is 37 (14.84% from 255 or 18.14% from 204); Blue value is 18 (7.42% from 255 or 8.82% from 204); Max value from RGB is 149 - color contains mainly: red. Hex color #952512 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #952512 is #6ADAED. Grayscale: #444444. Windows color (decimal): -7002862 or 1189269. OLE color: 1189269.
HSL color Cylindrical-coordinate representation of color #952512: hue angle of 8.7º 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 #952512 is Cyan = 0, Magento = 0.75, Yellow = 0.88 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 37 | 18 | - |
| CMYK | 0 | 0.75 | 0.88 | 0.42 |
| HSL | 8.7º | 0.78% | 0.33% | - |
| HSV(B) | 8.7º | 0.88% | 0.58% | - |
| XYZ | 13.17 | 7.76 | 1.38 | - |
| YUV | 68.32 | 99.61 | 185.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 37 | 18 | 0 | 0.75 | 0.88 | 0.42 | 8.7 | 0.78 | 0.33 |
| Hex | 95 | 25 | 12 | 0 | 4B | 58 | 2A | 9 | 4E | 21 |
| Octal | 225 | 45 | 22 | 0 | 113 | 130 | 52 | 11 | 116 | 41 |
| Binary | 10010101 | 100101 | 10010 | 0 | 1001011 | 1011000 | 101010 | 1001 | 1001110 | 100001 |
Color Harmonies of #952512
Complementary color
Monochromatic Colors of #952512
Black with #952512
Text Example
Text Example
White with #952512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952512; }
p { color: rgb(149,37,18); }
H1.HeaderClassName
{
color: #952512;
}
.AnyTagClassName
{
color: #952512;
}
</style>
background-color css
<style>
a { background-color: #952512; }
a { background-color: rgb(149,37,18); }
div.DivClassName
{
background-color: #952512;
}
.BgClassName
{
background-color: #952512;
}
</style>
border-color css
<style>
span { border-color: #952512; }
span { border-color: rgb(149,37,18); }
td.TdClassName
{
border-color: #952512;
}
.TagClassName
{
border-color: #952512;
}
</style>