Shades of Mandarian Orange #952818
Tints of Mandarian Orange #952818
RGB
CMYK
RGB Variations
Color information
#952818 (or 0x952818) is known color: Mandarian Orange. HEX triplet: 95, 28 and 18. RGB value is (149,40,24). Sum of RGB (Red+Green+Blue) = 149+40+24=213 (28% of max value = 765). Red value is 149 (58.59% from 255 or 69.95% from 213); Green value is 40 (16.02% from 255 or 18.78% from 213); Blue value is 24 (9.77% from 255 or 11.27% from 213); Max value from RGB is 149 - color contains mainly: red. Hex color #952818 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #952818 is #6AD7E7. Grayscale: #464646. Windows color (decimal): -7002088 or 1583253. OLE color: 1583253.
HSL color Cylindrical-coordinate representation of color #952818: hue angle of 7.68º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #952818 is Cyan = 0, Magento = 0.73, Yellow = 0.84 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 40 | 24 | - |
| CMYK | 0 | 0.73 | 0.84 | 0.42 |
| HSL | 7.68º | 0.72% | 0.34% | - |
| HSV(B) | 7.68º | 0.84% | 0.58% | - |
| XYZ | 13.32 | 7.97 | 1.7 | - |
| YUV | 70.77 | 101.61 | 183.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 40 | 24 | 0 | 0.73 | 0.84 | 0.42 | 7.68 | 0.72 | 0.34 |
| Hex | 95 | 28 | 18 | 0 | 49 | 54 | 2A | 8 | 48 | 22 |
| Octal | 225 | 50 | 30 | 0 | 111 | 124 | 52 | 10 | 110 | 42 |
| Binary | 10010101 | 101000 | 11000 | 0 | 1001001 | 1010100 | 101010 | 1000 | 1001000 | 100010 |
Color Harmonies of #952818
Complementary color
Monochromatic Colors of #952818
Black with #952818
Text Example
Text Example
White with #952818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952818; }
p { color: rgb(149,40,24); }
H1.HeaderClassName
{
color: #952818;
}
.AnyTagClassName
{
color: #952818;
}
</style>
background-color css
<style>
a { background-color: #952818; }
a { background-color: rgb(149,40,24); }
div.DivClassName
{
background-color: #952818;
}
.BgClassName
{
background-color: #952818;
}
</style>
border-color css
<style>
span { border-color: #952818; }
span { border-color: rgb(149,40,24); }
td.TdClassName
{
border-color: #952818;
}
.TagClassName
{
border-color: #952818;
}
</style>