#726539

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

Shades of Yellow Metal #726539

Tints of Yellow Metal #726539

Color information

#726539 (or 0x726539) is unknown color: approx Yellow Metal. HEX triplet: 72, 65 and 39. RGB value is (114,101,57). Sum of RGB (Red+Green+Blue) = 114+101+57=272 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.91% from 272); Green value is 101 (39.84% from 255 or 37.13% from 272); Blue value is 57 (22.66% from 255 or 20.96% from 272); Max value from RGB is 114 - color contains mainly: red. Hex color #726539 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726539 is #8D9AC6. Grayscale: #646464. Windows color (decimal): -9280199 or 3761522. OLE color: 3761522.

HSL color Cylindrical-coordinate representation of color #726539: hue angle of 46.32º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #726539 is Cyan = 0, Magento = 0.11, Yellow = 0.50 and Black (K on CMYK) = 0.55.

Color convert

RGB11410157-
CMYK00.110.500.55
HSL46.32º33.33%33.53%-
HSV(B)46.32º50%44.71%-
XYZ12.3313.185.76-
YUV99.87103.81138.08-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 41.91%
GREEN value IS 101 (39.84% from 255) = 37.13%
BLUE value IS 57 (22.66% from 255) = 20.96%
R=41.91%
G=37.13%
B=20.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.50
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141015700.110.500.5546.3233.3333.53
Hex7265390B32372e2122
Octal162145710136267564142
Binary1110010110010111100101011110010110111101110100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726539; }

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

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

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

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

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

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

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

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