#9A5D35

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

Shades of Indochine #9A5D35

Tints of Indochine #9A5D35

Color information

#9A5D35 (or 0x9A5D35) is unknown color: approx Indochine. HEX triplet: 9A, 5D and 35. RGB value is (154,93,53). Sum of RGB (Red+Green+Blue) = 154+93+53=300 (39% of max value = 765). Red value is 154 (60.55% from 255 or 51.33% from 300); Green value is 93 (36.72% from 255 or 31% from 300); Blue value is 53 (21.09% from 255 or 17.67% from 300); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5D35 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A5D35 is #65A2CA. Grayscale: #6A6A6A. Windows color (decimal): -6660811 or 3497370. OLE color: 3497370.

HSL color Cylindrical-coordinate representation of color #9A5D35: hue angle of 23.76º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9A5D35 is Cyan = 0, Magento = 0.40, Yellow = 0.66 and Black (K on CMYK) = 0.40.

Color convert

RGB1549353-
CMYK00.400.660.40
HSL23.76º48.79%40.59%-
HSV(B)23.76º65.58%60.39%-
XYZ17.8814.965.31-
YUV106.6897.71161.75-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 51.33%
GREEN value IS 93 (36.72% from 255) = 31%
BLUE value IS 53 (21.09% from 255) = 17.67%
R=51.33%
G=31%
B=17.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.66
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154935300.400.660.4023.7648.7940.59
Hex9A5D350284228183129
Octal2321356505010250306151
Binary1001101010111011101010101000100001010100011000110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A5D35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,93,53); }

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

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

 a { background-color: rgb(154,93,53); }

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

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

 span { border-color: rgb(154,93,53); }

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