#9B5838

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

Shades of Indochine #9B5838

Tints of Indochine #9B5838

Color information

#9B5838 (or 0x9B5838) is unknown color: approx Indochine. HEX triplet: 9B, 58 and 38. RGB value is (155,88,56). Sum of RGB (Red+Green+Blue) = 155+88+56=299 (39% of max value = 765). Red value is 155 (60.94% from 255 or 51.84% from 299); Green value is 88 (34.77% from 255 or 29.43% from 299); Blue value is 56 (22.27% from 255 or 18.73% from 299); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5838 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B5838 is #64A7C7. Grayscale: #686868. Windows color (decimal): -6596552 or 3692699. OLE color: 3692699.

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

Color convert

RGB1558856-
CMYK00.430.640.39
HSL19.39º46.92%41.37%-
HSV(B)19.39º63.87%60.78%-
XYZ17.7214.235.55-
YUV104.38100.7164.1-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 51.84%
GREEN value IS 88 (34.77% from 255) = 29.43%
BLUE value IS 56 (22.27% from 255) = 18.73%
R=51.84%
G=29.43%
B=18.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.64
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155885600.430.640.3919.3946.9241.37
Hex9B583802B4027132f29
Octal2331307005310047235751
Binary1001101110110001110000101011100000010011110011101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B5838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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