#9A5E33

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

Shades of Indochine #9A5E33

Tints of Indochine #9A5E33

Color information

#9A5E33 (or 0x9A5E33) is unknown color: approx Indochine. HEX triplet: 9A, 5E and 33. RGB value is (154,94,51). Sum of RGB (Red+Green+Blue) = 154+94+51=299 (39% of max value = 765). Red value is 154 (60.55% from 255 or 51.51% from 299); Green value is 94 (37.11% from 255 or 31.44% from 299); Blue value is 51 (20.31% from 255 or 17.06% from 299); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5E33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A5E33 is #65A1CC. Grayscale: #6B6B6B. Windows color (decimal): -6660557 or 3366554. OLE color: 3366554.

HSL color Cylindrical-coordinate representation of color #9A5E33: hue angle of 25.05º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9A5E33 is Cyan = 0, Magento = 0.39, Yellow = 0.67 and Black (K on CMYK) = 0.40.

Color convert

RGB1549451-
CMYK00.390.670.40
HSL25.05º50.24%40.2%-
HSV(B)25.05º66.88%60.39%-
XYZ17.9315.115.1-
YUV107.0496.38161.5-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 51.51%
GREEN value IS 94 (37.11% from 255) = 31.44%
BLUE value IS 51 (20.31% from 255) = 17.06%
R=51.51%
G=31.44%
B=17.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.67
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154945100.390.670.4025.0550.2440.2
Hex9A5E330274328193228
Octal2321366304710350316250
Binary1001101010111101100110100111100001110100011001110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A5E33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,94,51); }

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

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

 a { background-color: rgb(154,94,51); }

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

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

 span { border-color: rgb(154,94,51); }

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