#9F5A36

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

Shades of Indochine #9F5A36

Tints of Indochine #9F5A36

Color information

#9F5A36 (or 0x9F5A36) is unknown color: approx Indochine. HEX triplet: 9F, 5A and 36. RGB value is (159,90,54). Sum of RGB (Red+Green+Blue) = 159+90+54=303 (40% of max value = 765). Red value is 159 (62.5% from 255 or 52.48% from 303); Green value is 90 (35.55% from 255 or 29.70% from 303); Blue value is 54 (21.48% from 255 or 17.82% from 303); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5A36 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F5A36 is #60A5C9. Grayscale: #6A6A6A. Windows color (decimal): -6333898 or 3562143. OLE color: 3562143.

HSL color Cylindrical-coordinate representation of color #9F5A36: hue angle of 20.57º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9F5A36 is Cyan = 0, Magento = 0.43, Yellow = 0.66 and Black (K on CMYK) = 0.38.

Color convert

RGB1599054-
CMYK00.430.660.38
HSL20.57º49.3%41.76%-
HSV(B)20.57º66.04%62.35%-
XYZ18.6214.955.39-
YUV106.5398.36165.43-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 52.48%
GREEN value IS 90 (35.55% from 255) = 29.70%
BLUE value IS 54 (21.48% from 255) = 17.82%
R=52.48%
G=29.70%
B=17.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.66
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159905400.430.660.3820.5749.341.76
Hex9F5A3602B422615312a
Octal2371326605310246256152
Binary1001111110110101101100101011100001010011010101110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F5A36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,90,54); }

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

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

 a { background-color: rgb(159,90,54); }

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

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

 span { border-color: rgb(159,90,54); }

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