#8C2215

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

Shades of Mandarian Orange #8C2215

Tints of Mandarian Orange #8C2215

Color information

#8C2215 (or 0x8C2215) is unknown color: approx Mandarian Orange. HEX triplet: 8C, 22 and 15. RGB value is (140,34,21). Sum of RGB (Red+Green+Blue) = 140+34+21=195 (25% of max value = 765). Red value is 140 (55.08% from 255 or 71.79% from 195); Green value is 34 (13.67% from 255 or 17.44% from 195); Blue value is 21 (8.59% from 255 or 10.77% from 195); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2215 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C2215 is #73DDEA. Grayscale: #404040. Windows color (decimal): -7593451 or 1385100. OLE color: 1385100.

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

Color convert

RGB1403421-
CMYK00.760.850.45
HSL6.55º73.91%31.57%-
HSV(B)6.55º85%54.9%-
XYZ11.526.771.41-
YUV64.21103.62182.06-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 71.79%
GREEN value IS 34 (13.67% from 255) = 17.44%
BLUE value IS 21 (8.59% from 255) = 10.77%
R=71.79%
G=17.44%
B=10.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.85
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140342100.760.850.456.5573.9131.57
Hex8C221504C552D74a20
Octal2144225011412555711240
Binary10001100100010101010100110010101011011011111001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C2215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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