#747245

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

Shades of Hemlock #747245

Tints of Hemlock #747245

Color information

#747245 (or 0x747245) is unknown color: approx Hemlock. HEX triplet: 74, 72 and 45. RGB value is (116,114,69). Sum of RGB (Red+Green+Blue) = 116+114+69=299 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.80% from 299); Green value is 114 (44.92% from 255 or 38.13% from 299); Blue value is 69 (27.34% from 255 or 23.08% from 299); Max value from RGB is 116 - color contains mainly: red. Hex color #747245 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747245 is #8B8DBA. Grayscale: #6D6D6D. Windows color (decimal): -9145787 or 4551284. OLE color: 4551284.

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

Color convert

RGB11611469-
CMYK00.020.410.55
HSL57.45º25.41%36.27%-
HSV(B)57.45º40.52%45.49%-
XYZ14.2916.188-
YUV109.47105.16132.66-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 38.80%
GREEN value IS 114 (44.92% from 255) = 38.13%
BLUE value IS 69 (27.34% from 255) = 23.08%
R=38.80%
G=38.13%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.41
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161146900.020.410.5557.4525.4136.27
Hex747245022937391924
Octal164162105025167713144
Binary11101001110010100010101010100111011111100111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747245; }

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

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

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

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

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

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

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

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