#8C221F

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

Shades of Mandarian Orange #8C221F

Tints of Mandarian Orange #8C221F

Color information

#8C221F (or 0x8C221F) is unknown color: approx Mandarian Orange. HEX triplet: 8C, 22 and 1F. RGB value is (140,34,31). Sum of RGB (Red+Green+Blue) = 140+34+31=205 (27% of max value = 765). Red value is 140 (55.08% from 255 or 68.29% from 205); Green value is 34 (13.67% from 255 or 16.59% from 205); Blue value is 31 (12.5% from 255 or 15.12% from 205); Max value from RGB is 140 - color contains mainly: red. Hex color #8C221F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C221F is #73DDE0. Grayscale: #414141. Windows color (decimal): -7593441 or 2040460. OLE color: 2040460.

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

Color convert

RGB1403431-
CMYK00.760.780.45
HSL1.65º63.74%33.53%-
HSV(B)1.65º77.86%54.9%-
XYZ11.636.822-
YUV65.35108.62181.24-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 68.29%
GREEN value IS 34 (13.67% from 255) = 16.59%
BLUE value IS 31 (12.5% from 255) = 15.12%
R=68.29%
G=16.59%
B=15.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.78
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140343100.760.780.451.6563.7433.53
Hex8C221F04C4E2D24022
Octal2144237011411655210042
Binary1000110010001011111010011001001110101101101000000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C221F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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