#726540

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

Shades of Yellow Metal #726540

Tints of Yellow Metal #726540

Color information

#726540 (or 0x726540) is unknown color: approx Yellow Metal. HEX triplet: 72, 65 and 40. RGB value is (114,101,64). Sum of RGB (Red+Green+Blue) = 114+101+64=279 (36% of max value = 765). Red value is 114 (44.92% from 255 or 40.86% from 279); Green value is 101 (39.84% from 255 or 36.20% from 279); Blue value is 64 (25.39% from 255 or 22.94% from 279); Max value from RGB is 114 - color contains mainly: red. Hex color #726540 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726540 is #8D9ABF. Grayscale: #646464. Windows color (decimal): -9280192 or 4220274. OLE color: 4220274.

HSL color Cylindrical-coordinate representation of color #726540: hue angle of 44.4º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #726540 is Cyan = 0, Magento = 0.11, Yellow = 0.44 and Black (K on CMYK) = 0.55.

Color convert

RGB11410164-
CMYK00.110.440.55
HSL44.4º28.09%34.9%-
HSV(B)44.4º43.86%44.71%-
XYZ12.5213.256.75-
YUV100.67107.31137.51-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 40.86%
GREEN value IS 101 (39.84% from 255) = 36.20%
BLUE value IS 64 (25.39% from 255) = 22.94%
R=40.86%
G=36.20%
B=22.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.44
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141016400.110.440.5544.428.0934.9
Hex7265400B2C372c1c23
Octal1621451000135467543443
Binary1110010110010110000000101110110011011110110011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726540; }

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

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

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

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

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

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

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

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