#9F5C34

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

Shades of Indochine #9F5C34

Tints of Indochine #9F5C34

Color information

#9F5C34 (or 0x9F5C34) is unknown color: approx Indochine. HEX triplet: 9F, 5C and 34. RGB value is (159,92,52). Sum of RGB (Red+Green+Blue) = 159+92+52=303 (40% of max value = 765). Red value is 159 (62.5% from 255 or 52.48% from 303); Green value is 92 (36.33% from 255 or 30.36% from 303); Blue value is 52 (20.70% from 255 or 17.16% from 303); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5C34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F5C34 is #60A3CB. Grayscale: #6B6B6B. Windows color (decimal): -6333388 or 3431583. OLE color: 3431583.

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

Color convert

RGB1599252-
CMYK00.420.670.38
HSL22.43º50.71%41.37%-
HSV(B)22.43º67.3%62.35%-
XYZ18.7515.275.21-
YUV107.4796.7164.75-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 52.48%
GREEN value IS 92 (36.33% from 255) = 30.36%
BLUE value IS 52 (20.70% from 255) = 17.16%
R=52.48%
G=30.36%
B=17.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.67
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159925200.420.670.3822.4350.7141.37
Hex9F5C3402A4326163329
Octal2371346405210346266351
Binary1001111110111001101000101010100001110011010110110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F5C34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,92,52); }

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

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

 a { background-color: rgb(159,92,52); }

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

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

 span { border-color: rgb(159,92,52); }

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