#757240

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

Shades of Hemlock #757240

Tints of Hemlock #757240

Color information

#757240 (or 0x757240) is unknown color: approx Hemlock. HEX triplet: 75, 72 and 40. RGB value is (117,114,64). Sum of RGB (Red+Green+Blue) = 117+114+64=295 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.66% from 295); Green value is 114 (44.92% from 255 or 38.64% from 295); Blue value is 64 (25.39% from 255 or 21.69% from 295); Max value from RGB is 117 - color contains mainly: red. Hex color #757240 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757240 is #8A8DBF. Grayscale: #6D6D6D. Windows color (decimal): -9080256 or 4223605. OLE color: 4223605.

HSL color Cylindrical-coordinate representation of color #757240: hue angle of 56.6º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #757240 is Cyan = 0, Magento = 0.03, Yellow = 0.45 and Black (K on CMYK) = 0.54.

Color convert

RGB11711464-
CMYK00.030.450.54
HSL56.6º29.28%35.49%-
HSV(B)56.6º45.3%45.88%-
XYZ14.2816.197.22-
YUV109.2102.49133.57-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 39.66%
GREEN value IS 114 (44.92% from 255) = 38.64%
BLUE value IS 64 (25.39% from 255) = 21.69%
R=39.66%
G=38.64%
B=21.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.45
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171146400.030.450.5456.629.2835.49
Hex757240032D36391d23
Octal165162100035566713543
Binary11101011110010100000001110110111011011100111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757240; }

 p { color: rgb(117,114,64); }

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

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

 a { background-color: rgb(117,114,64); }

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

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

 span { border-color: rgb(117,114,64); }

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