#9C2314

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

Shades of Mandarian Orange #9C2314

Tints of Mandarian Orange #9C2314

Color information

#9C2314 (or 0x9C2314) is unknown color: approx Mandarian Orange. HEX triplet: 9C, 23 and 14. RGB value is (156,35,20). Sum of RGB (Red+Green+Blue) = 156+35+20=211 (27% of max value = 765). Red value is 156 (61.33% from 255 or 73.93% from 211); Green value is 35 (14.06% from 255 or 16.59% from 211); Blue value is 20 (8.20% from 255 or 9.48% from 211); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2314 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9C2314 is #63DCEB. Grayscale: #454545. Windows color (decimal): -6544620 or 1319836. OLE color: 1319836.

HSL color Cylindrical-coordinate representation of color #9C2314: hue angle of 6.62º 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 #9C2314 is Cyan = 0, Magento = 0.78, Yellow = 0.87 and Black (K on CMYK) = 0.39.

Color convert

RGB1563520-
CMYK00.780.870.39
HSL6.62º77.27%34.51%-
HSV(B)6.62º87.18%61.18%-
XYZ14.448.321.51-
YUV69.47100.09189.72-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 73.93%
GREEN value IS 35 (14.06% from 255) = 16.59%
BLUE value IS 20 (8.20% from 255) = 9.48%
R=73.93%
G=16.59%
B=9.48%

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
Decimal156352000.780.870.396.6277.2734.51
Hex9C231404E572774d23
Octal2344324011612747711543
Binary10011100100011101000100111010101111001111111001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C2314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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