#9B5E30

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

Shades of Indochine #9B5E30

Tints of Indochine #9B5E30

Color information

#9B5E30 (or 0x9B5E30) is unknown color: approx Indochine. HEX triplet: 9B, 5E and 30. RGB value is (155,94,48). Sum of RGB (Red+Green+Blue) = 155+94+48=297 (39% of max value = 765). Red value is 155 (60.94% from 255 or 52.19% from 297); Green value is 94 (37.11% from 255 or 31.65% from 297); Blue value is 48 (19.14% from 255 or 16.16% from 297); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5E30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B5E30 is #64A1CF. Grayscale: #6B6B6B. Windows color (decimal): -6595024 or 3169947. OLE color: 3169947.

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

Color convert

RGB1559448-
CMYK00.390.690.39
HSL25.79º52.71%39.8%-
HSV(B)25.79º69.03%60.78%-
XYZ18.0515.194.78-
YUV106.9994.71162.24-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 52.19%
GREEN value IS 94 (37.11% from 255) = 31.65%
BLUE value IS 48 (19.14% from 255) = 16.16%
R=52.19%
G=31.65%
B=16.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.69
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155944800.390.690.3925.7952.7139.8
Hex9B5E3002745271a3528
Octal2331366004710547326550
Binary1001101110111101100000100111100010110011111010110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B5E30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,94,48); }

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

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

 a { background-color: rgb(155,94,48); }

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

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

 span { border-color: rgb(155,94,48); }

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