Shades of Mandarian Orange #952D28
Tints of Mandarian Orange #952D28
RGB
CMYK
RGB Variations
Color information
#952D28 (or 0x952D28) is known color: Mandarian Orange. HEX triplet: 95, 2D and 28. RGB value is (149,45,40). Sum of RGB (Red+Green+Blue) = 149+45+40=234 (30% of max value = 765). Red value is 149 (58.59% from 255 or 63.68% from 234); Green value is 45 (17.97% from 255 or 19.23% from 234); Blue value is 40 (16.02% from 255 or 17.09% from 234); Max value from RGB is 149 - color contains mainly: red. Hex color #952D28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952D28 is #6AD2D7. Grayscale: #4B4B4B. Windows color (decimal): -7000792 or 2633109. OLE color: 2633109.
HSL color Cylindrical-coordinate representation of color #952D28: hue angle of 2.75º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #952D28 is Cyan = 0, Magento = 0.70, Yellow = 0.73 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 45 | 40 | - |
| CMYK | 0 | 0.70 | 0.73 | 0.42 |
| HSL | 2.75º | 0.58% | 0.37% | - |
| HSV(B) | 2.75º | 0.73% | 0.58% | - |
| XYZ | 13.72 | 8.42 | 2.91 | - |
| YUV | 75.53 | 107.96 | 180.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 45 | 40 | 0 | 0.70 | 0.73 | 0.42 | 2.75 | 0.58 | 0.37 |
| Hex | 95 | 2D | 28 | 0 | 46 | 49 | 2A | 3 | 3A | 25 |
| Octal | 225 | 55 | 50 | 0 | 106 | 111 | 52 | 3 | 72 | 45 |
| Binary | 10010101 | 101101 | 101000 | 0 | 1000110 | 1001001 | 101010 | 11 | 111010 | 100101 |
Color Harmonies of #952D28
Complementary color
Monochromatic Colors of #952D28
Black with #952D28
Text Example
Text Example
White with #952D28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952D28; }
p { color: rgb(149,45,40); }
H1.HeaderClassName
{
color: #952D28;
}
.AnyTagClassName
{
color: #952D28;
}
</style>
background-color css
<style>
a { background-color: #952D28; }
a { background-color: rgb(149,45,40); }
div.DivClassName
{
background-color: #952D28;
}
.BgClassName
{
background-color: #952D28;
}
</style>
border-color css
<style>
span { border-color: #952D28; }
span { border-color: rgb(149,45,40); }
td.TdClassName
{
border-color: #952D28;
}
.TagClassName
{
border-color: #952D28;
}
</style>