Shades of Mandarian Orange #882616
Tints of Mandarian Orange #882616
RGB
CMYK
RGB Variations
Color information
#882616 (or 0x882616) is known color: Mandarian Orange. HEX triplet: 88, 26 and 16. RGB value is (136,38,22). Sum of RGB (Red+Green+Blue) = 136+38+22=196 (25% of max value = 765). Red value is 136 (53.52% from 255 or 69.39% from 196); Green value is 38 (15.23% from 255 or 19.39% from 196); Blue value is 22 (8.98% from 255 or 11.22% from 196); Max value from RGB is 136 - color contains mainly: red. Hex color #882616 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #882616 is #77D9E9. Grayscale: #414141. Windows color (decimal): -7854570 or 1451656. OLE color: 1451656.
HSL color Cylindrical-coordinate representation of color #882616: hue angle of 8.42º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #882616 is Cyan = 0, Magento = 0.72, Yellow = 0.84 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 38 | 22 | - |
| CMYK | 0 | 0.72 | 0.84 | 0.47 |
| HSL | 8.42º | 0.72% | 0.31% | - |
| HSV(B) | 8.42º | 0.84% | 0.53% | - |
| XYZ | 10.99 | 6.68 | 1.47 | - |
| YUV | 65.48 | 103.47 | 178.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 38 | 22 | 0 | 0.72 | 0.84 | 0.47 | 8.42 | 0.72 | 0.31 |
| Hex | 88 | 26 | 16 | 0 | 48 | 54 | 2F | 8 | 48 | 1F |
| Octal | 210 | 46 | 26 | 0 | 110 | 124 | 57 | 10 | 110 | 37 |
| Binary | 10001000 | 100110 | 10110 | 0 | 1001000 | 1010100 | 101111 | 1000 | 1001000 | 11111 |
Color Harmonies of #882616
Complementary color
Monochromatic Colors of #882616
Black with #882616
Text Example
Text Example
White with #882616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882616; }
p { color: rgb(136,38,22); }
H1.HeaderClassName
{
color: #882616;
}
.AnyTagClassName
{
color: #882616;
}
</style>
background-color css
<style>
a { background-color: #882616; }
a { background-color: rgb(136,38,22); }
div.DivClassName
{
background-color: #882616;
}
.BgClassName
{
background-color: #882616;
}
</style>
border-color css
<style>
span { border-color: #882616; }
span { border-color: rgb(136,38,22); }
td.TdClassName
{
border-color: #882616;
}
.TagClassName
{
border-color: #882616;
}
</style>