#9C2117

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

Shades of Mandarian Orange #9C2117

Tints of Mandarian Orange #9C2117

Color information

#9C2117 (or 0x9C2117) is unknown color: approx Mandarian Orange. HEX triplet: 9C, 21 and 17. RGB value is (156,33,23). Sum of RGB (Red+Green+Blue) = 156+33+23=212 (28% of max value = 765). Red value is 156 (61.33% from 255 or 73.58% from 212); Green value is 33 (13.28% from 255 or 15.57% from 212); Blue value is 23 (9.38% from 255 or 10.85% from 212); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2117 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9C2117 is #63DEE8. Grayscale: #444444. Windows color (decimal): -6545129 or 1515932. OLE color: 1515932.

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

Color convert

RGB1563323-
CMYK00.790.850.39
HSL4.51º74.3%35.1%-
HSV(B)4.51º85.26%61.18%-
XYZ14.418.221.64-
YUV68.64102.25190.31-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 73.58%
GREEN value IS 33 (13.28% from 255) = 15.57%
BLUE value IS 23 (9.38% from 255) = 10.85%
R=73.58%
G=15.57%
B=10.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.85
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156332300.790.850.394.5174.335.1
Hex9C211704F552754a23
Octal2344127011712547511243
Binary10011100100001101110100111110101011001111011001010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C2117

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,33,23); }

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

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

 a { background-color: rgb(156,33,23); }

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

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

 span { border-color: rgb(156,33,23); }

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