#8C2015

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

Shades of Mandarian Orange #8C2015

Tints of Mandarian Orange #8C2015

Color information

#8C2015 (or 0x8C2015) is unknown color: approx Mandarian Orange. HEX triplet: 8C, 20 and 15. RGB value is (140,32,21). Sum of RGB (Red+Green+Blue) = 140+32+21=193 (25% of max value = 765). Red value is 140 (55.08% from 255 or 72.54% from 193); Green value is 32 (12.89% from 255 or 16.58% from 193); Blue value is 21 (8.59% from 255 or 10.88% from 193); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2015 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C2015 is #73DFEA. Grayscale: #3F3F3F. Windows color (decimal): -7593963 or 1384588. OLE color: 1384588.

HSL color Cylindrical-coordinate representation of color #8C2015: hue angle of 5.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 #8C2015 is Cyan = 0, Magento = 0.77, Yellow = 0.85 and Black (K on CMYK) = 0.45.

Color convert

RGB1403221-
CMYK00.770.850.45
HSL5.55º73.91%31.57%-
HSV(B)5.55º85%54.9%-
XYZ11.476.661.39-
YUV63.04104.28182.89-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 72.54%
GREEN value IS 32 (12.89% from 255) = 16.58%
BLUE value IS 21 (8.59% from 255) = 10.88%
R=72.54%
G=16.58%
B=10.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.85
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140322100.770.850.455.5573.9131.57
Hex8C201504D552D64a20
Octal2144025011512555611240
Binary10001100100000101010100110110101011011011101001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C2015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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