#8C2216

Color #8C2216 Mandarian Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mandarian Orange #8C2216

Tints of Mandarian Orange #8C2216

Color information

#8C2216 (or 0x8C2216) is unknown color: approx Mandarian Orange. HEX triplet: 8C, 22 and 16. RGB value is (140,34,22). Sum of RGB (Red+Green+Blue) = 140+34+22=196 (25% of max value = 765). Red value is 140 (55.08% from 255 or 71.43% from 196); Green value is 34 (13.67% from 255 or 17.35% from 196); Blue value is 22 (8.98% from 255 or 11.22% from 196); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2216 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C2216 is #73DDE9. Grayscale: #404040. Windows color (decimal): -7593450 or 1450636. OLE color: 1450636.

HSL color Cylindrical-coordinate representation of color #8C2216: hue angle of 6.1º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8C2216 is Cyan = 0, Magento = 0.76, Yellow = 0.84 and Black (K on CMYK) = 0.45.

Color convert

RGB1403422-
CMYK00.760.840.45
HSL6.1º72.84%31.76%-
HSV(B)6.1º84.29%54.9%-
XYZ11.536.781.46-
YUV64.33104.12181.98-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 140 (55.08% from 255) = 71.43%
GREEN value IS 34 (13.67% from 255) = 17.35%
BLUE value IS 22 (8.98% from 255) = 11.22%
R=71.43%
G=17.35%
B=11.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.84
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140342200.760.840.456.172.8431.76
Hex8C221604C542D64920
Octal2144226011412455611140
Binary10001100100010101100100110010101001011011101001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C2216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8C2216; }

 p { color: rgb(140,34,22); }

 H1.HeaderClassName
 {
   color: #8C2216;
 }
 .AnyTagClassName
 {
   color: #8C2216;
 }
</style>
background-color css

<style>
 a { background-color: #8C2216; }

 a { background-color: rgb(140,34,22); }

 div.DivClassName
 {
   background-color: #8C2216;
 }
 .BgClassName
 {
   background-color: #8C2216;
 }
</style>
border-color css

<style>
 span { border-color: #8C2216; }

 span { border-color: rgb(140,34,22); }

 td.TdClassName
 {
   border-color: #8C2216;
 }
 .TagClassName
 {
   border-color: #8C2216;
 }
</style>