Shades of Mandarian Orange #882517
Tints of Mandarian Orange #882517
RGB
CMYK
RGB Variations
Color information
#882517 (or 0x882517) is known color: Mandarian Orange. HEX triplet: 88, 25 and 17. RGB value is (136,37,23). Sum of RGB (Red+Green+Blue) = 136+37+23=196 (25% of max value = 765). Red value is 136 (53.52% from 255 or 69.39% from 196); Green value is 37 (14.84% from 255 or 18.88% from 196); Blue value is 23 (9.38% from 255 or 11.73% from 196); Max value from RGB is 136 - color contains mainly: red. Hex color #882517 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #882517 is #77DAE8. Grayscale: #414141. Windows color (decimal): -7854825 or 1516936. OLE color: 1516936.
HSL color Cylindrical-coordinate representation of color #882517: hue angle of 7.43º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #882517 is Cyan = 0, Magento = 0.73, Yellow = 0.83 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 37 | 23 | - |
| CMYK | 0 | 0.73 | 0.83 | 0.47 |
| HSL | 7.43º | 0.71% | 0.31% | - |
| HSV(B) | 7.43º | 0.83% | 0.53% | - |
| XYZ | 10.97 | 6.62 | 1.51 | - |
| YUV | 65.01 | 104.3 | 178.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 37 | 23 | 0 | 0.73 | 0.83 | 0.47 | 7.43 | 0.71 | 0.31 |
| Hex | 88 | 25 | 17 | 0 | 49 | 53 | 2F | 7 | 47 | 1F |
| Octal | 210 | 45 | 27 | 0 | 111 | 123 | 57 | 7 | 107 | 37 |
| Binary | 10001000 | 100101 | 10111 | 0 | 1001001 | 1010011 | 101111 | 111 | 1000111 | 11111 |
Color Harmonies of #882517
Complementary color
Monochromatic Colors of #882517
Black with #882517
Text Example
Text Example
White with #882517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882517; }
p { color: rgb(136,37,23); }
H1.HeaderClassName
{
color: #882517;
}
.AnyTagClassName
{
color: #882517;
}
</style>
background-color css
<style>
a { background-color: #882517; }
a { background-color: rgb(136,37,23); }
div.DivClassName
{
background-color: #882517;
}
.BgClassName
{
background-color: #882517;
}
</style>
border-color css
<style>
span { border-color: #882517; }
span { border-color: rgb(136,37,23); }
td.TdClassName
{
border-color: #882517;
}
.TagClassName
{
border-color: #882517;
}
</style>