#9F5A2B

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

Shades of Indochine #9F5A2B

Tints of Indochine #9F5A2B

Color information

#9F5A2B (or 0x9F5A2B) is unknown color: approx Indochine. HEX triplet: 9F, 5A and 2B. RGB value is (159,90,43). Sum of RGB (Red+Green+Blue) = 159+90+43=292 (38% of max value = 765). Red value is 159 (62.5% from 255 or 54.45% from 292); Green value is 90 (35.55% from 255 or 30.82% from 292); Blue value is 43 (17.19% from 255 or 14.73% from 292); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5A2B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F5A2B is #60A5D4. Grayscale: #696969. Windows color (decimal): -6333909 or 2841247. OLE color: 2841247.

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

Color convert

RGB1599043-
CMYK00.430.730.38
HSL24.31º57.43%39.61%-
HSV(B)24.31º72.96%62.35%-
XYZ18.3914.864.18-
YUV105.2792.86166.32-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 54.45%
GREEN value IS 90 (35.55% from 255) = 30.82%
BLUE value IS 43 (17.19% from 255) = 14.73%
R=54.45%
G=30.82%
B=14.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.73
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159904300.430.730.3824.3157.4339.61
Hex9F5A2B02B4926183928
Octal2371325305311146307150
Binary1001111110110101010110101011100100110011011000111001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F5A2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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