#9E7555

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

Shades of Pale Brown #9E7555

Tints of Pale Brown #9E7555

Color information

#9E7555 (or 0x9E7555) is unknown color: approx Pale Brown. HEX triplet: 9E, 75 and 55. RGB value is (158,117,85). Sum of RGB (Red+Green+Blue) = 158+117+85=360 (47% of max value = 765). Red value is 158 (62.11% from 255 or 43.89% from 360); Green value is 117 (46.09% from 255 or 32.5% from 360); Blue value is 85 (33.59% from 255 or 23.61% from 360); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7555 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E7555 is #618AAA. Grayscale: #7D7D7D. Windows color (decimal): -6392491 or 5600670. OLE color: 5600670.

HSL color Cylindrical-coordinate representation of color #9E7555: hue angle of 26.3º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9E7555 is Cyan = 0, Magento = 0.26, Yellow = 0.46 and Black (K on CMYK) = 0.38.

Color convert

RGB15811785-
CMYK00.260.460.38
HSL26.3º30.04%47.65%-
HSV(B)26.3º46.2%61.96%-
XYZ22.120.6511.41-
YUV125.61105.08151.1-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 43.89%
GREEN value IS 117 (46.09% from 255) = 32.5%
BLUE value IS 85 (33.59% from 255) = 23.61%
R=43.89%
G=32.5%
B=23.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.46
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1581178500.260.460.3826.330.0447.65
Hex9E755501A2E261a1e30
Octal2361651250325646323660
Binary10011110111010110101010110101011101001101101011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E7555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,117,85); }

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

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

 a { background-color: rgb(158,117,85); }

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

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

 span { border-color: rgb(158,117,85); }

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