#9C2320

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

Shades of Mandarian Orange #9C2320

Tints of Mandarian Orange #9C2320

Color information

#9C2320 (or 0x9C2320) is unknown color: approx Mandarian Orange. HEX triplet: 9C, 23 and 20. RGB value is (156,35,32). Sum of RGB (Red+Green+Blue) = 156+35+32=223 (29% of max value = 765). Red value is 156 (61.33% from 255 or 69.96% from 223); Green value is 35 (14.06% from 255 or 15.70% from 223); Blue value is 32 (12.89% from 255 or 14.35% from 223); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2320 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C2320 is #63DCDF. Grayscale: #464646. Windows color (decimal): -6544608 or 2106268. OLE color: 2106268.

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

Color convert

RGB1563532-
CMYK00.780.790.39
HSL1.45º65.96%36.86%-
HSV(B)1.45º79.49%61.18%-
XYZ14.578.372.21-
YUV70.84106.09188.74-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 69.96%
GREEN value IS 35 (14.06% from 255) = 15.70%
BLUE value IS 32 (12.89% from 255) = 14.35%
R=69.96%
G=15.70%
B=14.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.79
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156353200.780.790.391.4565.9636.86
Hex9C232004E4F2714225
Octal2344340011611747110245
Binary1001110010001110000001001110100111110011111000010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C2320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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