Shades of Mandarian Orange #952D25
Tints of Mandarian Orange #952D25
RGB
CMYK
RGB Variations
Color information
#952D25 (or 0x952D25) is known color: Mandarian Orange. HEX triplet: 95, 2D and 25. RGB value is (149,45,37). Sum of RGB (Red+Green+Blue) = 149+45+37=231 (30% of max value = 765). Red value is 149 (58.59% from 255 or 64.50% from 231); Green value is 45 (17.97% from 255 or 19.48% from 231); Blue value is 37 (14.84% from 255 or 16.02% from 231); Max value from RGB is 149 - color contains mainly: red. Hex color #952D25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952D25 is #6AD2DA. Grayscale: #4B4B4B. Windows color (decimal): -7000795 or 2436501. OLE color: 2436501.
HSL color Cylindrical-coordinate representation of color #952D25: hue angle of 4.29º 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 #952D25 is Cyan = 0, Magento = 0.70, Yellow = 0.75 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 45 | 37 | - |
| CMYK | 0 | 0.70 | 0.75 | 0.42 |
| HSL | 4.29º | 0.6% | 0.36% | - |
| HSV(B) | 4.29º | 0.75% | 0.58% | - |
| XYZ | 13.67 | 8.4 | 2.65 | - |
| YUV | 75.18 | 106.46 | 180.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 45 | 37 | 0 | 0.70 | 0.75 | 0.42 | 4.29 | 0.6 | 0.36 |
| Hex | 95 | 2D | 25 | 0 | 46 | 4B | 2A | 4 | 3C | 24 |
| Octal | 225 | 55 | 45 | 0 | 106 | 113 | 52 | 4 | 74 | 44 |
| Binary | 10010101 | 101101 | 100101 | 0 | 1000110 | 1001011 | 101010 | 100 | 111100 | 100100 |
Color Harmonies of #952D25
Complementary color
Monochromatic Colors of #952D25
Black with #952D25
Text Example
Text Example
White with #952D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952D25; }
p { color: rgb(149,45,37); }
H1.HeaderClassName
{
color: #952D25;
}
.AnyTagClassName
{
color: #952D25;
}
</style>
background-color css
<style>
a { background-color: #952D25; }
a { background-color: rgb(149,45,37); }
div.DivClassName
{
background-color: #952D25;
}
.BgClassName
{
background-color: #952D25;
}
</style>
border-color css
<style>
span { border-color: #952D25; }
span { border-color: rgb(149,45,37); }
td.TdClassName
{
border-color: #952D25;
}
.TagClassName
{
border-color: #952D25;
}
</style>