#9D5A34

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

Shades of Indochine #9D5A34

Tints of Indochine #9D5A34

Color information

#9D5A34 (or 0x9D5A34) is unknown color: approx Indochine. HEX triplet: 9D, 5A and 34. RGB value is (157,90,52). Sum of RGB (Red+Green+Blue) = 157+90+52=299 (39% of max value = 765). Red value is 157 (61.72% from 255 or 52.51% from 299); Green value is 90 (35.55% from 255 or 30.10% from 299); Blue value is 52 (20.70% from 255 or 17.39% from 299); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5A34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D5A34 is #62A5CB. Grayscale: #696969. Windows color (decimal): -6464972 or 3431069. OLE color: 3431069.

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

Color convert

RGB1579052-
CMYK00.430.670.38
HSL21.71º50.24%40.98%-
HSV(B)21.71º66.88%61.57%-
XYZ18.1814.735.13-
YUV105.797.7164.59-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 52.51%
GREEN value IS 90 (35.55% from 255) = 30.10%
BLUE value IS 52 (20.70% from 255) = 17.39%
R=52.51%
G=30.10%
B=17.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.67
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157905200.430.670.3821.7150.2440.98
Hex9D5A3402B4326163229
Octal2351326405310346266251
Binary1001110110110101101000101011100001110011010110110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D5A34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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