#9D5A33

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

Shades of Indochine #9D5A33

Tints of Indochine #9D5A33

Color information

#9D5A33 (or 0x9D5A33) is unknown color: approx Indochine. HEX triplet: 9D, 5A and 33. RGB value is (157,90,51). Sum of RGB (Red+Green+Blue) = 157+90+51=298 (39% of max value = 765). Red value is 157 (61.72% from 255 or 52.68% from 298); Green value is 90 (35.55% from 255 or 30.20% from 298); Blue value is 51 (20.31% from 255 or 17.11% from 298); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5A33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D5A33 is #62A5CC. Grayscale: #696969. Windows color (decimal): -6464973 or 3365533. OLE color: 3365533.

HSL color Cylindrical-coordinate representation of color #9D5A33: hue angle of 22.08º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9D5A33 is Cyan = 0, Magento = 0.43, Yellow = 0.68 and Black (K on CMYK) = 0.38.

Color convert

RGB1579051-
CMYK00.430.680.38
HSL22.08º50.96%40.78%-
HSV(B)22.08º67.52%61.57%-
XYZ18.1614.725.02-
YUV105.5997.2164.67-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 52.68%
GREEN value IS 90 (35.55% from 255) = 30.20%
BLUE value IS 51 (20.31% from 255) = 17.11%
R=52.68%
G=30.20%
B=17.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.68
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157905100.430.680.3822.0850.9640.78
Hex9D5A3302B4426163329
Octal2351326305310446266351
Binary1001110110110101100110101011100010010011010110110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D5A33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,90,51); }

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

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

 a { background-color: rgb(157,90,51); }

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

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

 span { border-color: rgb(157,90,51); }

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