#757549

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

Shades of Hemlock #757549

Tints of Hemlock #757549

Color information

#757549 (or 0x757549) is unknown color: approx Hemlock. HEX triplet: 75, 75 and 49. RGB value is (117,117,73). Sum of RGB (Red+Green+Blue) = 117+117+73=307 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.11% from 307); Green value is 117 (46.09% from 255 or 38.11% from 307); Blue value is 73 (28.91% from 255 or 23.78% from 307); Max value from RGB is 117 - color contains mainly: red, green. Hex color #757549 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757549 is #8A8AB6. Grayscale: #707070. Windows color (decimal): -9079479 or 4814197. OLE color: 4814197.

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

Color convert

RGB11711773-
CMYK000.380.54
HSL60º23.16%37.25%-
HSV(B)60º37.61%45.88%-
XYZ14.916.998.8-
YUV111.98106131.58-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 38.11%
GREEN value IS 117 (46.09% from 255) = 38.11%
BLUE value IS 73 (28.91% from 255) = 23.78%
R=38.11%
G=38.11%
B=23.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11711773000.380.546023.1637.25
Hex7575490026363c1725
Octal165165111004666742745
Binary1110101111010110010010010011011011011110010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757549; }

 p { color: rgb(117,117,73); }

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

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

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

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

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

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

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