#9D5A37

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

Shades of Indochine #9D5A37

Tints of Indochine #9D5A37

Color information

#9D5A37 (or 0x9D5A37) is unknown color: approx Indochine. HEX triplet: 9D, 5A and 37. RGB value is (157,90,55). Sum of RGB (Red+Green+Blue) = 157+90+55=302 (40% of max value = 765). Red value is 157 (61.72% from 255 or 51.99% from 302); Green value is 90 (35.55% from 255 or 29.80% from 302); Blue value is 55 (21.88% from 255 or 18.21% from 302); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5A37 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D5A37 is #62A5C8. Grayscale: #6A6A6A. Windows color (decimal): -6464969 or 3627677. OLE color: 3627677.

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

Color convert

RGB1579055-
CMYK00.430.650.38
HSL20.59º48.11%41.57%-
HSV(B)20.59º64.97%61.57%-
XYZ18.2514.765.5-
YUV106.0499.2164.35-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 51.99%
GREEN value IS 90 (35.55% from 255) = 29.80%
BLUE value IS 55 (21.88% from 255) = 18.21%
R=51.99%
G=29.80%
B=18.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.65
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157905500.430.650.3820.5948.1141.57
Hex9D5A3702B412615302a
Octal2351326705310146256052
Binary1001110110110101101110101011100000110011010101110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D5A37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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