#747940

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

Shades of Siam #747940

Tints of Siam #747940

Color information

#747940 (or 0x747940) is unknown color: approx Siam. HEX triplet: 74, 79 and 40. RGB value is (116,121,64). Sum of RGB (Red+Green+Blue) = 116+121+64=301 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.54% from 301); Green value is 121 (47.66% from 255 or 40.20% from 301); Blue value is 64 (25.39% from 255 or 21.26% from 301); Max value from RGB is 121 - color contains mainly: green. Hex color #747940 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747940 is #8B86BF. Grayscale: #717171. Windows color (decimal): -9144000 or 4225396. OLE color: 4225396.

HSL color Cylindrical-coordinate representation of color #747940: hue angle of 65.26º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #747940 is Cyan = 0.04, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.53.

Color convert

RGB11612164-
CMYK0.0400.470.53
HSL65.26º30.81%36.27%-
HSV(B)65.26º47.11%47.45%-
XYZ14.9717.767.49-
YUV113.01100.34130.13-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 38.54%
GREEN value IS 121 (47.66% from 255) = 40.20%
BLUE value IS 64 (25.39% from 255) = 21.26%
R=38.54%
G=40.20%
B=21.26%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal116121640.0400.470.5365.2630.8136.27
Hex747940402F35411f24
Octal1641711004057651013744
Binary1110100111100110000001000101111110101100000111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747940; }

 p { color: rgb(116,121,64); }

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

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

 a { background-color: rgb(116,121,64); }

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

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

 span { border-color: rgb(116,121,64); }

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