#9A5B2F

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

Shades of Indochine #9A5B2F

Tints of Indochine #9A5B2F

Color information

#9A5B2F (or 0x9A5B2F) is unknown color: approx Indochine. HEX triplet: 9A, 5B and 2F. RGB value is (154,91,47). Sum of RGB (Red+Green+Blue) = 154+91+47=292 (38% of max value = 765). Red value is 154 (60.55% from 255 or 52.74% from 292); Green value is 91 (35.94% from 255 or 31.16% from 292); Blue value is 47 (18.75% from 255 or 16.10% from 292); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5B2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A5B2F is #65A4D0. Grayscale: #696969. Windows color (decimal): -6661329 or 3103642. OLE color: 3103642.

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

Color convert

RGB1549147-
CMYK00.410.690.40
HSL24.67º53.23%39.41%-
HSV(B)24.67º69.48%60.39%-
XYZ17.5814.564.57-
YUV104.8295.37163.08-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 52.74%
GREEN value IS 91 (35.94% from 255) = 31.16%
BLUE value IS 47 (18.75% from 255) = 16.10%
R=52.74%
G=31.16%
B=16.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.69
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154914700.410.690.4024.6753.2339.41
Hex9A5B2F0294528193527
Octal2321335705110550316547
Binary1001101010110111011110101001100010110100011001110101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A5B2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,91,47); }

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

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

 a { background-color: rgb(154,91,47); }

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

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

 span { border-color: rgb(154,91,47); }

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