#726442

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

Shades of Yellow Metal #726442

Tints of Yellow Metal #726442

Color information

#726442 (or 0x726442) is unknown color: approx Yellow Metal. HEX triplet: 72, 64 and 42. RGB value is (114,100,66). Sum of RGB (Red+Green+Blue) = 114+100+66=280 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.71% from 280); Green value is 100 (39.45% from 255 or 35.71% from 280); Blue value is 66 (26.17% from 255 or 23.57% from 280); Max value from RGB is 114 - color contains mainly: red. Hex color #726442 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726442 is #8D9BBD. Grayscale: #646464. Windows color (decimal): -9280446 or 4351090. OLE color: 4351090.

HSL color Cylindrical-coordinate representation of color #726442: hue angle of 42.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 #726442 is Cyan = 0, Magento = 0.12, Yellow = 0.42 and Black (K on CMYK) = 0.55.

Color convert

RGB11410066-
CMYK00.120.420.55
HSL42.5º26.67%35.29%-
HSV(B)42.5º42.11%44.71%-
XYZ12.4813.097.02-
YUV100.31108.64137.76-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 40.71%
GREEN value IS 100 (39.45% from 255) = 35.71%
BLUE value IS 66 (26.17% from 255) = 23.57%
R=40.71%
G=35.71%
B=23.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.42
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141006600.120.420.5542.526.6735.29
Hex7264420C2A372a1b23
Octal1621441020145267523343
Binary1110010110010010000100110010101011011110101011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726442; }

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

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

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

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

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

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

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

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