#9C5B2B

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

Shades of Indochine #9C5B2B

Tints of Indochine #9C5B2B

Color information

#9C5B2B (or 0x9C5B2B) is unknown color: approx Indochine. HEX triplet: 9C, 5B and 2B. RGB value is (156,91,43). Sum of RGB (Red+Green+Blue) = 156+91+43=290 (38% of max value = 765). Red value is 156 (61.33% from 255 or 53.79% from 290); Green value is 91 (35.94% from 255 or 31.38% from 290); Blue value is 43 (17.19% from 255 or 14.83% from 290); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5B2B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C5B2B is #63A4D4. Grayscale: #696969. Windows color (decimal): -6530261 or 2841500. OLE color: 2841500.

HSL color Cylindrical-coordinate representation of color #9C5B2B: hue angle of 25.49º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9C5B2B is Cyan = 0, Magento = 0.42, Yellow = 0.72 and Black (K on CMYK) = 0.39.

Color convert

RGB1569143-
CMYK00.420.720.39
HSL25.49º56.78%39.02%-
HSV(B)25.49º72.44%61.18%-
XYZ17.8914.724.18-
YUV104.9693.03164.4-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 53.79%
GREEN value IS 91 (35.94% from 255) = 31.38%
BLUE value IS 43 (17.19% from 255) = 14.83%
R=53.79%
G=31.38%
B=14.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.72
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156914300.420.720.3925.4956.7839.02
Hex9C5B2B02A4827193927
Octal2341335305211047317147
Binary1001110010110111010110101010100100010011111001111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C5B2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,91,43); }

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

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

 a { background-color: rgb(156,91,43); }

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

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

 span { border-color: rgb(156,91,43); }

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