Shades of Mandarian Orange #952511
Tints of Mandarian Orange #952511
RGB
CMYK
RGB Variations
Color information
#952511 (or 0x952511) is known color: Mandarian Orange. HEX triplet: 95, 25 and 11. RGB value is (149,37,17). Sum of RGB (Red+Green+Blue) = 149+37+17=203 (26% of max value = 765). Red value is 149 (58.59% from 255 or 73.40% from 203); Green value is 37 (14.84% from 255 or 18.23% from 203); Blue value is 17 (7.03% from 255 or 8.37% from 203); Max value from RGB is 149 - color contains mainly: red. Hex color #952511 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #952511 is #6ADAEE. Grayscale: #444444. Windows color (decimal): -7002863 or 1123733. OLE color: 1123733.
HSL color Cylindrical-coordinate representation of color #952511: hue angle of 9.09º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #952511 is Cyan = 0, Magento = 0.75, Yellow = 0.89 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 37 | 17 | - |
| CMYK | 0 | 0.75 | 0.89 | 0.42 |
| HSL | 9.09º | 0.8% | 0.33% | - |
| HSV(B) | 9.09º | 0.89% | 0.58% | - |
| XYZ | 13.16 | 7.75 | 1.33 | - |
| YUV | 68.21 | 99.11 | 185.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 37 | 17 | 0 | 0.75 | 0.89 | 0.42 | 9.09 | 0.8 | 0.33 |
| Hex | 95 | 25 | 11 | 0 | 4B | 59 | 2A | 9 | 50 | 21 |
| Octal | 225 | 45 | 21 | 0 | 113 | 131 | 52 | 11 | 120 | 41 |
| Binary | 10010101 | 100101 | 10001 | 0 | 1001011 | 1011001 | 101010 | 1001 | 1010000 | 100001 |
Color Harmonies of #952511
Complementary color
Monochromatic Colors of #952511
Black with #952511
Text Example
Text Example
White with #952511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952511; }
p { color: rgb(149,37,17); }
H1.HeaderClassName
{
color: #952511;
}
.AnyTagClassName
{
color: #952511;
}
</style>
background-color css
<style>
a { background-color: #952511; }
a { background-color: rgb(149,37,17); }
div.DivClassName
{
background-color: #952511;
}
.BgClassName
{
background-color: #952511;
}
</style>
border-color css
<style>
span { border-color: #952511; }
span { border-color: rgb(149,37,17); }
td.TdClassName
{
border-color: #952511;
}
.TagClassName
{
border-color: #952511;
}
</style>