#726845

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

Shades of Yellow Metal #726845

Tints of Yellow Metal #726845

Color information

#726845 (or 0x726845) is unknown color: approx Yellow Metal. HEX triplet: 72, 68 and 45. RGB value is (114,104,69). Sum of RGB (Red+Green+Blue) = 114+104+69=287 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.72% from 287); Green value is 104 (41.02% from 255 or 36.24% from 287); Blue value is 69 (27.34% from 255 or 24.04% from 287); Max value from RGB is 114 - color contains mainly: red. Hex color #726845 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726845 is #8D97BA. Grayscale: #676767. Windows color (decimal): -9279419 or 4548722. OLE color: 4548722.

HSL color Cylindrical-coordinate representation of color #726845: hue angle of 46.67º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #726845 is Cyan = 0, Magento = 0.09, Yellow = 0.39 and Black (K on CMYK) = 0.55.

Color convert

RGB11410469-
CMYK00.090.390.55
HSL46.67º24.59%35.88%-
HSV(B)46.67º39.47%44.71%-
XYZ12.9613.917.63-
YUV103108.81135.85-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 39.72%
GREEN value IS 104 (41.02% from 255) = 36.24%
BLUE value IS 69 (27.34% from 255) = 24.04%
R=39.72%
G=36.24%
B=24.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.39
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141046900.090.390.5546.6724.5935.88
Hex7268450927372f1924
Octal1621501050114767573144
Binary1110010110100010001010100110011111011110111111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726845; }

 p { color: rgb(114,104,69); }

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

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

 a { background-color: rgb(114,104,69); }

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

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

 span { border-color: rgb(114,104,69); }

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