Shades of Mandarian Orange #8A2416
Tints of Mandarian Orange #8A2416
RGB
CMYK
RGB Variations
Color information
#8A2416 (or 0x8A2416) is known color: Mandarian Orange. HEX triplet: 8A, 24 and 16. RGB value is (138,36,22). Sum of RGB (Red+Green+Blue) = 138+36+22=196 (25% of max value = 765). Red value is 138 (54.30% from 255 or 70.41% from 196); Green value is 36 (14.45% from 255 or 18.37% from 196); Blue value is 22 (8.98% from 255 or 11.22% from 196); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2416 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8A2416 is #75DBE9. Grayscale: #414141. Windows color (decimal): -7724010 or 1451146. OLE color: 1451146.
HSL color Cylindrical-coordinate representation of color #8A2416: hue angle of 7.24º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8A2416 is Cyan = 0, Magento = 0.74, Yellow = 0.84 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 36 | 22 | - |
| CMYK | 0 | 0.74 | 0.84 | 0.46 |
| HSL | 7.24º | 0.73% | 0.31% | - |
| HSV(B) | 7.24º | 0.84% | 0.54% | - |
| XYZ | 11.26 | 6.72 | 1.46 | - |
| YUV | 64.9 | 103.79 | 180.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 36 | 22 | 0 | 0.74 | 0.84 | 0.46 | 7.24 | 0.73 | 0.31 |
| Hex | 8A | 24 | 16 | 0 | 4A | 54 | 2E | 7 | 48 | 1F |
| Octal | 212 | 44 | 26 | 0 | 112 | 124 | 56 | 7 | 110 | 37 |
| Binary | 10001010 | 100100 | 10110 | 0 | 1001010 | 1010100 | 101110 | 111 | 1001000 | 11111 |
Color Harmonies of #8A2416
Complementary color
Monochromatic Colors of #8A2416
Black with #8A2416
Text Example
Text Example
White with #8A2416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A2416; }
p { color: rgb(138,36,22); }
H1.HeaderClassName
{
color: #8A2416;
}
.AnyTagClassName
{
color: #8A2416;
}
</style>
background-color css
<style>
a { background-color: #8A2416; }
a { background-color: rgb(138,36,22); }
div.DivClassName
{
background-color: #8A2416;
}
.BgClassName
{
background-color: #8A2416;
}
</style>
border-color css
<style>
span { border-color: #8A2416; }
span { border-color: rgb(138,36,22); }
td.TdClassName
{
border-color: #8A2416;
}
.TagClassName
{
border-color: #8A2416;
}
</style>