#747249

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

Shades of Hemlock #747249

Tints of Hemlock #747249

Color information

#747249 (or 0x747249) is unknown color: approx Hemlock. HEX triplet: 74, 72 and 49. RGB value is (116,114,73). Sum of RGB (Red+Green+Blue) = 116+114+73=303 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.28% from 303); Green value is 114 (44.92% from 255 or 37.62% from 303); Blue value is 73 (28.91% from 255 or 24.09% from 303); Max value from RGB is 116 - color contains mainly: red. Hex color #747249 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747249 is #8B8DB6. Grayscale: #6E6E6E. Windows color (decimal): -9145783 or 4813428. OLE color: 4813428.

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

Color convert

RGB11611473-
CMYK00.020.370.55
HSL57.21º22.75%37.06%-
HSV(B)57.21º37.07%45.49%-
XYZ14.4216.238.68-
YUV109.92107.16132.33-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 38.28%
GREEN value IS 114 (44.92% from 255) = 37.62%
BLUE value IS 73 (28.91% from 255) = 24.09%
R=38.28%
G=37.62%
B=24.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.37
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161147300.020.370.5557.2122.7537.06
Hex747249022537391725
Octal164162111024567712745
Binary11101001110010100100101010010111011111100110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747249; }

 p { color: rgb(116,114,73); }

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

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

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

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

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

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

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