#9D5D34

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

Shades of Indochine #9D5D34

Tints of Indochine #9D5D34

Color information

#9D5D34 (or 0x9D5D34) is unknown color: approx Indochine. HEX triplet: 9D, 5D and 34. RGB value is (157,93,52). Sum of RGB (Red+Green+Blue) = 157+93+52=302 (40% of max value = 765). Red value is 157 (61.72% from 255 or 51.99% from 302); Green value is 93 (36.72% from 255 or 30.79% from 302); Blue value is 52 (20.70% from 255 or 17.22% from 302); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5D34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D5D34 is #62A2CB. Grayscale: #6B6B6B. Windows color (decimal): -6464204 or 3431837. OLE color: 3431837.

HSL color Cylindrical-coordinate representation of color #9D5D34: hue angle of 23.43º 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 #9D5D34 is Cyan = 0, Magento = 0.41, Yellow = 0.67 and Black (K on CMYK) = 0.38.

Color convert

RGB1579352-
CMYK00.410.670.38
HSL23.43º50.24%40.98%-
HSV(B)23.43º66.88%61.57%-
XYZ18.4415.245.22-
YUV107.4696.7163.33-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 51.99%
GREEN value IS 93 (36.72% from 255) = 30.79%
BLUE value IS 52 (20.70% from 255) = 17.22%
R=51.99%
G=30.79%
B=17.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.67
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157935200.410.670.3823.4350.2440.98
Hex9D5D340294326173229
Octal2351356405110346276251
Binary1001110110111011101000101001100001110011010111110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D5D34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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