#9F5F32

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

Shades of Indochine #9F5F32

Tints of Indochine #9F5F32

Color information

#9F5F32 (or 0x9F5F32) is unknown color: approx Indochine. HEX triplet: 9F, 5F and 32. RGB value is (159,95,50). Sum of RGB (Red+Green+Blue) = 159+95+50=304 (40% of max value = 765). Red value is 159 (62.5% from 255 or 52.30% from 304); Green value is 95 (37.5% from 255 or 31.25% from 304); Blue value is 50 (19.92% from 255 or 16.45% from 304); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5F32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F5F32 is #60A0CD. Grayscale: #6D6D6D. Windows color (decimal): -6332622 or 3301279. OLE color: 3301279.

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

Color convert

RGB1599550-
CMYK00.400.690.38
HSL24.77º52.15%40.98%-
HSV(B)24.77º68.55%62.35%-
XYZ18.9715.795.06-
YUV109.0194.7163.66-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 52.30%
GREEN value IS 95 (37.5% from 255) = 31.25%
BLUE value IS 50 (19.92% from 255) = 16.45%
R=52.30%
G=31.25%
B=16.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.69
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159955000.400.690.3824.7752.1540.98
Hex9F5F320284526193429
Octal2371376205010546316451
Binary1001111110111111100100101000100010110011011001110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F5F32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,95,50); }

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

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

 a { background-color: rgb(159,95,50); }

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

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

 span { border-color: rgb(159,95,50); }

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