#9B5939

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

Shades of Indochine #9B5939

Tints of Indochine #9B5939

Color information

#9B5939 (or 0x9B5939) is unknown color: approx Indochine. HEX triplet: 9B, 59 and 39. RGB value is (155,89,57). Sum of RGB (Red+Green+Blue) = 155+89+57=301 (39% of max value = 765). Red value is 155 (60.94% from 255 or 51.50% from 301); Green value is 89 (35.16% from 255 or 29.57% from 301); Blue value is 57 (22.66% from 255 or 18.94% from 301); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5939 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B5939 is #64A6C6. Grayscale: #696969. Windows color (decimal): -6596295 or 3758491. OLE color: 3758491.

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

Color convert

RGB1558957-
CMYK00.430.630.39
HSL19.59º46.23%41.57%-
HSV(B)19.59º63.23%60.78%-
XYZ17.8314.415.71-
YUV105.09100.87163.6-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 51.50%
GREEN value IS 89 (35.16% from 255) = 29.57%
BLUE value IS 57 (22.66% from 255) = 18.94%
R=51.50%
G=29.57%
B=18.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.63
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155895700.430.630.3919.5946.2341.57
Hex9B593902B3F27142e2a
Octal233131710537747245652
Binary100110111011001111001010101111111110011110100101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B5939

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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