#9E7552

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

Shades of Pale Brown #9E7552

Tints of Pale Brown #9E7552

Color information

#9E7552 (or 0x9E7552) is unknown color: approx Pale Brown. HEX triplet: 9E, 75 and 52. RGB value is (158,117,82). Sum of RGB (Red+Green+Blue) = 158+117+82=357 (47% of max value = 765). Red value is 158 (62.11% from 255 or 44.26% from 357); Green value is 117 (46.09% from 255 or 32.77% from 357); Blue value is 82 (32.42% from 255 or 22.97% from 357); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7552 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E7552 is #618AAD. Grayscale: #7D7D7D. Windows color (decimal): -6392494 or 5404062. OLE color: 5404062.

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

Color convert

RGB15811782-
CMYK00.260.480.38
HSL27.63º31.67%47.06%-
HSV(B)27.63º48.1%61.96%-
XYZ21.9820.610.8-
YUV125.27103.58151.35-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 44.26%
GREEN value IS 117 (46.09% from 255) = 32.77%
BLUE value IS 82 (32.42% from 255) = 22.97%
R=44.26%
G=32.77%
B=22.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.48
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1581178200.260.480.3827.6331.6747.06
Hex9E755201A30261c202f
Octal2361651220326046344057
Binary100111101110101101001001101011000010011011100100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E7552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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