#9B5B39

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

Shades of Indochine #9B5B39

Tints of Indochine #9B5B39

Color information

#9B5B39 (or 0x9B5B39) is unknown color: approx Indochine. HEX triplet: 9B, 5B and 39. RGB value is (155,91,57). Sum of RGB (Red+Green+Blue) = 155+91+57=303 (40% of max value = 765). Red value is 155 (60.94% from 255 or 51.16% from 303); Green value is 91 (35.94% from 255 or 30.03% from 303); Blue value is 57 (22.66% from 255 or 18.81% from 303); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5B39 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B5B39 is #64A4C6. Grayscale: #6A6A6A. Windows color (decimal): -6595783 or 3759003. OLE color: 3759003.

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

Color convert

RGB1559157-
CMYK00.410.630.39
HSL20.82º46.23%41.57%-
HSV(B)20.82º63.23%60.78%-
XYZ1814.755.77-
YUV106.26100.2162.76-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 51.16%
GREEN value IS 91 (35.94% from 255) = 30.03%
BLUE value IS 57 (22.66% from 255) = 18.81%
R=51.16%
G=30.03%
B=18.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.63
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155915700.410.630.3920.8246.2341.57
Hex9B5B390293F27152e2a
Octal233133710517747255652
Binary100110111011011111001010100111111110011110101101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B5B39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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