#757347

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

Shades of Hemlock #757347

Tints of Hemlock #757347

Color information

#757347 (or 0x757347) is unknown color: approx Hemlock. HEX triplet: 75, 73 and 47. RGB value is (117,115,71). Sum of RGB (Red+Green+Blue) = 117+115+71=303 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.61% from 303); Green value is 115 (45.31% from 255 or 37.95% from 303); Blue value is 71 (28.12% from 255 or 23.43% from 303); Max value from RGB is 117 - color contains mainly: red. Hex color #757347 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757347 is #8A8CB8. Grayscale: #6E6E6E. Windows color (decimal): -9079993 or 4682613. OLE color: 4682613.

HSL color Cylindrical-coordinate representation of color #757347: hue angle of 57.39º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #757347 is Cyan = 0, Magento = 0.02, Yellow = 0.39 and Black (K on CMYK) = 0.54.

Color convert

RGB11711571-
CMYK00.020.390.54
HSL57.39º24.47%36.86%-
HSV(B)57.39º39.32%45.88%-
XYZ14.616.58.38-
YUV110.58105.66132.58-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 38.61%
GREEN value IS 115 (45.31% from 255) = 37.95%
BLUE value IS 71 (28.12% from 255) = 23.43%
R=38.61%
G=37.95%
B=23.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.39
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171157100.020.390.5457.3924.4736.86
Hex757347022736391825
Octal165163107024766713045
Binary11101011110011100011101010011111011011100111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757347

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757347; }

 p { color: rgb(117,115,71); }

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

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

 a { background-color: rgb(117,115,71); }

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

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

 span { border-color: rgb(117,115,71); }

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