#9C2716

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

Shades of Mandarian Orange #9C2716

Tints of Mandarian Orange #9C2716

Color information

#9C2716 (or 0x9C2716) is unknown color: approx Mandarian Orange. HEX triplet: 9C, 27 and 16. RGB value is (156,39,22). Sum of RGB (Red+Green+Blue) = 156+39+22=217 (28% of max value = 765). Red value is 156 (61.33% from 255 or 71.89% from 217); Green value is 39 (15.62% from 255 or 17.97% from 217); Blue value is 22 (8.98% from 255 or 10.14% from 217); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2716 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9C2716 is #63D8E9. Grayscale: #484848. Windows color (decimal): -6543594 or 1451932. OLE color: 1451932.

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

Color convert

RGB1563922-
CMYK00.750.860.39
HSL7.61º75.28%34.9%-
HSV(B)7.61º85.9%61.18%-
XYZ14.588.581.65-
YUV72.0499.76187.88-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 71.89%
GREEN value IS 39 (15.62% from 255) = 17.97%
BLUE value IS 22 (8.98% from 255) = 10.14%
R=71.89%
G=17.97%
B=10.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.86
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156392200.750.860.397.6175.2834.9
Hex9C271604B562784b23
Octal23447260113126471011343
Binary100111001001111011001001011101011010011110001001011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C2716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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