#9C2214

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

Shades of Mandarian Orange #9C2214

Tints of Mandarian Orange #9C2214

Color information

#9C2214 (or 0x9C2214) is unknown color: approx Mandarian Orange. HEX triplet: 9C, 22 and 14. RGB value is (156,34,20). Sum of RGB (Red+Green+Blue) = 156+34+20=210 (27% of max value = 765). Red value is 156 (61.33% from 255 or 74.29% from 210); Green value is 34 (13.67% from 255 or 16.19% from 210); Blue value is 20 (8.20% from 255 or 9.52% from 210); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2214 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9C2214 is #63DDEB. Grayscale: #454545. Windows color (decimal): -6544876 or 1319580. OLE color: 1319580.

HSL color Cylindrical-coordinate representation of color #9C2214: hue angle of 6.18º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9C2214 is Cyan = 0, Magento = 0.78, Yellow = 0.87 and Black (K on CMYK) = 0.39.

Color convert

RGB1563420-
CMYK00.780.870.39
HSL6.18º77.27%34.51%-
HSV(B)6.18º87.18%61.18%-
XYZ14.418.261.5-
YUV68.88100.42190.14-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 74.29%
GREEN value IS 34 (13.67% from 255) = 16.19%
BLUE value IS 20 (8.20% from 255) = 9.52%
R=74.29%
G=16.19%
B=9.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.87
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156342000.780.870.396.1877.2734.51
Hex9C221404E572764d23
Octal2344224011612747611543
Binary10011100100010101000100111010101111001111101001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C2214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9C2214; }

 p { color: rgb(156,34,20); }

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

<style>
 a { background-color: #9C2214; }

 a { background-color: rgb(156,34,20); }

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

<style>
 span { border-color: #9C2214; }

 span { border-color: rgb(156,34,20); }

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