Shades of Mandarian Orange #8C2822
Tints of Mandarian Orange #8C2822
RGB
CMYK
RGB Variations
Color information
#8C2822 (or 0x8C2822) is known color: Mandarian Orange. HEX triplet: 8C, 28 and 22. RGB value is (140,40,34). Sum of RGB (Red+Green+Blue) = 140+40+34=214 (28% of max value = 765). Red value is 140 (55.08% from 255 or 65.42% from 214); Green value is 40 (16.02% from 255 or 18.69% from 214); Blue value is 34 (13.67% from 255 or 15.89% from 214); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2822 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C2822 is #73D7DD. Grayscale: #454545. Windows color (decimal): -7591902 or 2238604. OLE color: 2238604.
HSL color Cylindrical-coordinate representation of color #8C2822: hue angle of 3.4º degrees, saturation: 0.61, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8C2822 is Cyan = 0, Magento = 0.71, Yellow = 0.76 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 40 | 34 | - |
| CMYK | 0 | 0.71 | 0.76 | 0.45 |
| HSL | 3.4º | 0.61% | 0.34% | - |
| HSV(B) | 3.4º | 0.76% | 0.55% | - |
| XYZ | 11.86 | 7.21 | 2.28 | - |
| YUV | 69.22 | 108.13 | 178.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 40 | 34 | 0 | 0.71 | 0.76 | 0.45 | 3.4 | 0.61 | 0.34 |
| Hex | 8C | 28 | 22 | 0 | 47 | 4C | 2D | 3 | 3D | 22 |
| Octal | 214 | 50 | 42 | 0 | 107 | 114 | 55 | 3 | 75 | 42 |
| Binary | 10001100 | 101000 | 100010 | 0 | 1000111 | 1001100 | 101101 | 11 | 111101 | 100010 |
Color Harmonies of #8C2822
Complementary color
Monochromatic Colors of #8C2822
Black with #8C2822
Text Example
Text Example
White with #8C2822
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C2822; }
p { color: rgb(140,40,34); }
H1.HeaderClassName
{
color: #8C2822;
}
.AnyTagClassName
{
color: #8C2822;
}
</style>
background-color css
<style>
a { background-color: #8C2822; }
a { background-color: rgb(140,40,34); }
div.DivClassName
{
background-color: #8C2822;
}
.BgClassName
{
background-color: #8C2822;
}
</style>
border-color css
<style>
span { border-color: #8C2822; }
span { border-color: rgb(140,40,34); }
td.TdClassName
{
border-color: #8C2822;
}
.TagClassName
{
border-color: #8C2822;
}
</style>