#8C2213

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

Shades of Mandarian Orange #8C2213

Tints of Mandarian Orange #8C2213

Color information

#8C2213 (or 0x8C2213) is unknown color: approx Mandarian Orange. HEX triplet: 8C, 22 and 13. RGB value is (140,34,19). Sum of RGB (Red+Green+Blue) = 140+34+19=193 (25% of max value = 765). Red value is 140 (55.08% from 255 or 72.54% from 193); Green value is 34 (13.67% from 255 or 17.62% from 193); Blue value is 19 (7.81% from 255 or 9.84% from 193); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2213 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C2213 is #73DDEC. Grayscale: #404040. Windows color (decimal): -7593453 or 1254028. OLE color: 1254028.

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

Color convert

RGB1403419-
CMYK00.760.860.45
HSL7.44º76.1%31.18%-
HSV(B)7.44º86.43%54.9%-
XYZ11.56.771.32-
YUV63.98102.62182.22-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 72.54%
GREEN value IS 34 (13.67% from 255) = 17.62%
BLUE value IS 19 (7.81% from 255) = 9.84%
R=72.54%
G=17.62%
B=9.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.86
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140341900.760.860.457.4476.131.18
Hex8C221304C562D74c1f
Octal2144223011412655711437
Binary1000110010001010011010011001010110101101111100110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C2213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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