Shades of Mandarian Orange #952A20
Tints of Mandarian Orange #952A20
RGB
CMYK
RGB Variations
Color information
#952A20 (or 0x952A20) is known color: Mandarian Orange. HEX triplet: 95, 2A and 20. RGB value is (149,42,32). Sum of RGB (Red+Green+Blue) = 149+42+32=223 (29% of max value = 765). Red value is 149 (58.59% from 255 or 66.82% from 223); Green value is 42 (16.80% from 255 or 18.83% from 223); Blue value is 32 (12.89% from 255 or 14.35% from 223); Max value from RGB is 149 - color contains mainly: red. Hex color #952A20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952A20 is #6AD5DF. Grayscale: #484848. Windows color (decimal): -7001568 or 2108053. OLE color: 2108053.
HSL color Cylindrical-coordinate representation of color #952A20: hue angle of 5.13º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #952A20 is Cyan = 0, Magento = 0.72, Yellow = 0.79 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 42 | 32 | - |
| CMYK | 0 | 0.72 | 0.79 | 0.42 |
| HSL | 5.13º | 0.65% | 0.35% | - |
| HSV(B) | 5.13º | 0.79% | 0.58% | - |
| XYZ | 13.48 | 8.15 | 2.23 | - |
| YUV | 72.85 | 104.95 | 182.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 42 | 32 | 0 | 0.72 | 0.79 | 0.42 | 5.13 | 0.65 | 0.35 |
| Hex | 95 | 2A | 20 | 0 | 48 | 4F | 2A | 5 | 41 | 23 |
| Octal | 225 | 52 | 40 | 0 | 110 | 117 | 52 | 5 | 101 | 43 |
| Binary | 10010101 | 101010 | 100000 | 0 | 1001000 | 1001111 | 101010 | 101 | 1000001 | 100011 |
Color Harmonies of #952A20
Complementary color
Monochromatic Colors of #952A20
Black with #952A20
Text Example
Text Example
White with #952A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952A20; }
p { color: rgb(149,42,32); }
H1.HeaderClassName
{
color: #952A20;
}
.AnyTagClassName
{
color: #952A20;
}
</style>
background-color css
<style>
a { background-color: #952A20; }
a { background-color: rgb(149,42,32); }
div.DivClassName
{
background-color: #952A20;
}
.BgClassName
{
background-color: #952A20;
}
</style>
border-color css
<style>
span { border-color: #952A20; }
span { border-color: rgb(149,42,32); }
td.TdClassName
{
border-color: #952A20;
}
.TagClassName
{
border-color: #952A20;
}
</style>