Shades of Mandarian Orange #952925
Tints of Mandarian Orange #952925
RGB
CMYK
RGB Variations
Color information
#952925 (or 0x952925) is known color: Mandarian Orange. HEX triplet: 95, 29 and 25. RGB value is (149,41,37). Sum of RGB (Red+Green+Blue) = 149+41+37=227 (30% of max value = 765). Red value is 149 (58.59% from 255 or 65.64% from 227); Green value is 41 (16.41% from 255 or 18.06% from 227); Blue value is 37 (14.84% from 255 or 16.30% from 227); Max value from RGB is 149 - color contains mainly: red. Hex color #952925 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952925 is #6AD6DA. Grayscale: #484848. Windows color (decimal): -7001819 or 2435477. OLE color: 2435477.
HSL color Cylindrical-coordinate representation of color #952925: hue angle of 2.14º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #952925 is Cyan = 0, Magento = 0.72, Yellow = 0.75 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 41 | 37 | - |
| CMYK | 0 | 0.72 | 0.75 | 0.42 |
| HSL | 2.14º | 0.6% | 0.36% | - |
| HSV(B) | 2.14º | 0.75% | 0.58% | - |
| XYZ | 13.52 | 8.11 | 2.6 | - |
| YUV | 72.84 | 107.78 | 182.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 41 | 37 | 0 | 0.72 | 0.75 | 0.42 | 2.14 | 0.6 | 0.36 |
| Hex | 95 | 29 | 25 | 0 | 48 | 4B | 2A | 2 | 3C | 24 |
| Octal | 225 | 51 | 45 | 0 | 110 | 113 | 52 | 2 | 74 | 44 |
| Binary | 10010101 | 101001 | 100101 | 0 | 1001000 | 1001011 | 101010 | 10 | 111100 | 100100 |
Color Harmonies of #952925
Complementary color
Monochromatic Colors of #952925
Black with #952925
Text Example
Text Example
White with #952925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952925; }
p { color: rgb(149,41,37); }
H1.HeaderClassName
{
color: #952925;
}
.AnyTagClassName
{
color: #952925;
}
</style>
background-color css
<style>
a { background-color: #952925; }
a { background-color: rgb(149,41,37); }
div.DivClassName
{
background-color: #952925;
}
.BgClassName
{
background-color: #952925;
}
</style>
border-color css
<style>
span { border-color: #952925; }
span { border-color: rgb(149,41,37); }
td.TdClassName
{
border-color: #952925;
}
.TagClassName
{
border-color: #952925;
}
</style>