#726042

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

Shades of Yellow Metal #726042

Tints of Yellow Metal #726042

Color information

#726042 (or 0x726042) is unknown color: approx Yellow Metal. HEX triplet: 72, 60 and 42. RGB value is (114,96,66). Sum of RGB (Red+Green+Blue) = 114+96+66=276 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.30% from 276); Green value is 96 (37.89% from 255 or 34.78% from 276); Blue value is 66 (26.17% from 255 or 23.91% from 276); Max value from RGB is 114 - color contains mainly: red. Hex color #726042 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726042 is #8D9FBD. Grayscale: #626262. Windows color (decimal): -9281470 or 4350066. OLE color: 4350066.

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

Color convert

RGB1149666-
CMYK00.160.420.55
HSL37.5º26.67%35.29%-
HSV(B)37.5º42.11%44.71%-
XYZ12.1112.346.9-
YUV97.96109.96139.44-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 41.30%
GREEN value IS 96 (37.89% from 255) = 34.78%
BLUE value IS 66 (26.17% from 255) = 23.91%
R=41.30%
G=34.78%
B=23.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.42
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114966600.160.420.5537.526.6735.29
Hex7260420102A37261b23
Octal1621401020205267463343
Binary11100101100000100001001000010101011011110011011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726042; }

 p { color: rgb(114,96,66); }

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

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

 a { background-color: rgb(114,96,66); }

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

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

 span { border-color: rgb(114,96,66); }

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