#9C2816

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

Shades of Mandarian Orange #9C2816

Tints of Mandarian Orange #9C2816

Color information

#9C2816 (or 0x9C2816) is unknown color: approx Mandarian Orange. HEX triplet: 9C, 28 and 16. RGB value is (156,40,22). Sum of RGB (Red+Green+Blue) = 156+40+22=218 (28% of max value = 765). Red value is 156 (61.33% from 255 or 71.56% from 218); Green value is 40 (16.02% from 255 or 18.35% from 218); Blue value is 22 (8.98% from 255 or 10.09% from 218); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2816 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9C2816 is #63D7E9. Grayscale: #484848. Windows color (decimal): -6543338 or 1452188. OLE color: 1452188.

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

Color convert

RGB1564022-
CMYK00.740.860.39
HSL8.06º75.28%34.9%-
HSV(B)8.06º85.9%61.18%-
XYZ14.618.641.66-
YUV72.6399.43187.46-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 71.56%
GREEN value IS 40 (16.02% from 255) = 18.35%
BLUE value IS 22 (8.98% from 255) = 10.09%
R=71.56%
G=18.35%
B=10.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.86
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156402200.740.860.398.0675.2834.9
Hex9C281604A562784b23
Octal23450260112126471011343
Binary100111001010001011001001010101011010011110001001011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C2816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,40,22); }

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

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

 a { background-color: rgb(156,40,22); }

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

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

 span { border-color: rgb(156,40,22); }

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