#9B5D39

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

Shades of Indochine #9B5D39

Tints of Indochine #9B5D39

Color information

#9B5D39 (or 0x9B5D39) is unknown color: approx Indochine. HEX triplet: 9B, 5D and 39. RGB value is (155,93,57). Sum of RGB (Red+Green+Blue) = 155+93+57=305 (40% of max value = 765). Red value is 155 (60.94% from 255 or 50.82% from 305); Green value is 93 (36.72% from 255 or 30.49% from 305); Blue value is 57 (22.66% from 255 or 18.69% from 305); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5D39 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B5D39 is #64A2C6. Grayscale: #6B6B6B. Windows color (decimal): -6595271 or 3759515. OLE color: 3759515.

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

Color convert

RGB1559357-
CMYK00.40.630.39
HSL22.04º46.23%41.57%-
HSV(B)22.04º63.23%60.78%-
XYZ18.1715.095.83-
YUV107.4399.54161.93-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 50.82%
GREEN value IS 93 (36.72% from 255) = 30.49%
BLUE value IS 57 (22.66% from 255) = 18.69%
R=50.82%
G=30.49%
B=18.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.63
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155935700.40.630.3922.0446.2341.57
Hex9B5D390283F27162e2a
Octal233135710507747265652
Binary100110111011101111001010100011111110011110110101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B5D39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,93,57); }

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

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

 a { background-color: rgb(155,93,57); }

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

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

 span { border-color: rgb(155,93,57); }

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