#9B5A38

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

Shades of Indochine #9B5A38

Tints of Indochine #9B5A38

Color information

#9B5A38 (or 0x9B5A38) is unknown color: approx Indochine. HEX triplet: 9B, 5A and 38. RGB value is (155,90,56). Sum of RGB (Red+Green+Blue) = 155+90+56=301 (39% of max value = 765). Red value is 155 (60.94% from 255 or 51.50% from 301); Green value is 90 (35.55% from 255 or 29.90% from 301); Blue value is 56 (22.27% from 255 or 18.60% from 301); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5A38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B5A38 is #64A5C7. Grayscale: #696969. Windows color (decimal): -6596040 or 3693211. OLE color: 3693211.

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

Color convert

RGB1559056-
CMYK00.420.640.39
HSL20.61º46.92%41.37%-
HSV(B)20.61º63.87%60.78%-
XYZ17.8914.575.61-
YUV105.56100.03163.26-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 51.50%
GREEN value IS 90 (35.55% from 255) = 29.90%
BLUE value IS 56 (22.27% from 255) = 18.60%
R=51.50%
G=29.90%
B=18.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.64
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155905600.420.640.3920.6146.9241.37
Hex9B5A3802A4027152f29
Octal2331327005210047255751
Binary1001101110110101110000101010100000010011110101101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B5A38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,90,56); }

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

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

 a { background-color: rgb(155,90,56); }

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

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

 span { border-color: rgb(155,90,56); }

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