#9D5D28

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

Shades of Indochine #9D5D28

Tints of Indochine #9D5D28

Color information

#9D5D28 (or 0x9D5D28) is unknown color: approx Indochine. HEX triplet: 9D, 5D and 28. RGB value is (157,93,40). Sum of RGB (Red+Green+Blue) = 157+93+40=290 (38% of max value = 765). Red value is 157 (61.72% from 255 or 54.14% from 290); Green value is 93 (36.72% from 255 or 32.07% from 290); Blue value is 40 (16.02% from 255 or 13.79% from 290); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5D28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D5D28 is #62A2D7. Grayscale: #6A6A6A. Windows color (decimal): -6464216 or 2645405. OLE color: 2645405.

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

Color convert

RGB1579340-
CMYK00.410.750.38
HSL27.18º59.39%38.63%-
HSV(B)27.18º74.52%61.57%-
XYZ18.215.153.97-
YUV106.0990.7164.31-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 54.14%
GREEN value IS 93 (36.72% from 255) = 32.07%
BLUE value IS 40 (16.02% from 255) = 13.79%
R=54.14%
G=32.07%
B=13.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.75
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157934000.410.750.3827.1859.3938.63
Hex9D5D280294B261b3b27
Octal2351355005111346337347
Binary1001110110111011010000101001100101110011011011111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D5D28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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