Shades of Mandarian Orange #95220C
Tints of Mandarian Orange #95220C
RGB
CMYK
RGB Variations
Color information
#95220C (or 0x95220C) is known color: Mandarian Orange. HEX triplet: 95, 22 and 0C. RGB value is (149,34,12). Sum of RGB (Red+Green+Blue) = 149+34+12=195 (25% of max value = 765). Red value is 149 (58.59% from 255 or 76.41% from 195); Green value is 34 (13.67% from 255 or 17.44% from 195); Blue value is 12 (5.08% from 255 or 6.15% from 195); Max value from RGB is 149 - color contains mainly: red. Hex color #95220C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #95220C is #6ADDF3. Grayscale: #424242. Windows color (decimal): -7003636 or 795285. OLE color: 795285.
HSL color Cylindrical-coordinate representation of color #95220C: hue angle of 9.64º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #95220C is Cyan = 0, Magento = 0.77, Yellow = 0.92 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 34 | 12 | - |
| CMYK | 0 | 0.77 | 0.92 | 0.42 |
| HSL | 9.64º | 0.85% | 0.32% | - |
| HSV(B) | 9.64º | 0.92% | 0.58% | - |
| XYZ | 13.03 | 7.56 | 1.12 | - |
| YUV | 65.88 | 97.6 | 187.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 34 | 12 | 0 | 0.77 | 0.92 | 0.42 | 9.64 | 0.85 | 0.32 |
| Hex | 95 | 22 | C | 0 | 4D | 5C | 2A | A | 55 | 20 |
| Octal | 225 | 42 | 14 | 0 | 115 | 134 | 52 | 12 | 125 | 40 |
| Binary | 10010101 | 100010 | 1100 | 0 | 1001101 | 1011100 | 101010 | 1010 | 1010101 | 100000 |
Color Harmonies of #95220C
Complementary color
Monochromatic Colors of #95220C
Black with #95220C
Text Example
Text Example
White with #95220C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95220C; }
p { color: rgb(149,34,12); }
H1.HeaderClassName
{
color: #95220C;
}
.AnyTagClassName
{
color: #95220C;
}
</style>
background-color css
<style>
a { background-color: #95220C; }
a { background-color: rgb(149,34,12); }
div.DivClassName
{
background-color: #95220C;
}
.BgClassName
{
background-color: #95220C;
}
</style>
border-color css
<style>
span { border-color: #95220C; }
span { border-color: rgb(149,34,12); }
td.TdClassName
{
border-color: #95220C;
}
.TagClassName
{
border-color: #95220C;
}
</style>