#9F5E35

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

Shades of Indochine #9F5E35

Tints of Indochine #9F5E35

Color information

#9F5E35 (or 0x9F5E35) is unknown color: approx Indochine. HEX triplet: 9F, 5E and 35. RGB value is (159,94,53). Sum of RGB (Red+Green+Blue) = 159+94+53=306 (40% of max value = 765). Red value is 159 (62.5% from 255 or 51.96% from 306); Green value is 94 (37.11% from 255 or 30.72% from 306); Blue value is 53 (21.09% from 255 or 17.32% from 306); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5E35 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F5E35 is #60A1CA. Grayscale: #6C6C6C. Windows color (decimal): -6332875 or 3497631. OLE color: 3497631.

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

Color convert

RGB1599453-
CMYK00.410.670.38
HSL23.21º50%41.57%-
HSV(B)23.21º66.67%62.35%-
XYZ18.9415.635.39-
YUV108.7696.53163.83-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 51.96%
GREEN value IS 94 (37.11% from 255) = 30.72%
BLUE value IS 53 (21.09% from 255) = 17.32%
R=51.96%
G=30.72%
B=17.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.67
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159945300.410.670.3823.215041.57
Hex9F5E35029432617322a
Octal2371366505110346276252
Binary1001111110111101101010101001100001110011010111110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F5E35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,94,53); }

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

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

 a { background-color: rgb(159,94,53); }

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

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

 span { border-color: rgb(159,94,53); }

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