Shades of Mandarian Orange #952C23
Tints of Mandarian Orange #952C23
RGB
CMYK
RGB Variations
Color information
#952C23 (or 0x952C23) is known color: Mandarian Orange. HEX triplet: 95, 2C and 23. RGB value is (149,44,35). Sum of RGB (Red+Green+Blue) = 149+44+35=228 (30% of max value = 765). Red value is 149 (58.59% from 255 or 65.35% from 228); Green value is 44 (17.58% from 255 or 19.30% from 228); Blue value is 35 (14.06% from 255 or 15.35% from 228); Max value from RGB is 149 - color contains mainly: red. Hex color #952C23 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952C23 is #6AD3DC. Grayscale: #4A4A4A. Windows color (decimal): -7001053 or 2305173. OLE color: 2305173.
HSL color Cylindrical-coordinate representation of color #952C23: hue angle of 4.74º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #952C23 is Cyan = 0, Magento = 0.70, Yellow = 0.77 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 44 | 35 | - |
| CMYK | 0 | 0.70 | 0.77 | 0.42 |
| HSL | 4.74º | 0.62% | 0.36% | - |
| HSV(B) | 4.74º | 0.77% | 0.58% | - |
| XYZ | 13.6 | 8.31 | 2.48 | - |
| YUV | 74.37 | 105.79 | 181.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 44 | 35 | 0 | 0.70 | 0.77 | 0.42 | 4.74 | 0.62 | 0.36 |
| Hex | 95 | 2C | 23 | 0 | 46 | 4D | 2A | 5 | 3E | 24 |
| Octal | 225 | 54 | 43 | 0 | 106 | 115 | 52 | 5 | 76 | 44 |
| Binary | 10010101 | 101100 | 100011 | 0 | 1000110 | 1001101 | 101010 | 101 | 111110 | 100100 |
Color Harmonies of #952C23
Complementary color
Monochromatic Colors of #952C23
Black with #952C23
Text Example
Text Example
White with #952C23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952C23; }
p { color: rgb(149,44,35); }
H1.HeaderClassName
{
color: #952C23;
}
.AnyTagClassName
{
color: #952C23;
}
</style>
background-color css
<style>
a { background-color: #952C23; }
a { background-color: rgb(149,44,35); }
div.DivClassName
{
background-color: #952C23;
}
.BgClassName
{
background-color: #952C23;
}
</style>
border-color css
<style>
span { border-color: #952C23; }
span { border-color: rgb(149,44,35); }
td.TdClassName
{
border-color: #952C23;
}
.TagClassName
{
border-color: #952C23;
}
</style>