#726745

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

Shades of Yellow Metal #726745

Tints of Yellow Metal #726745

Color information

#726745 (or 0x726745) is unknown color: approx Yellow Metal. HEX triplet: 72, 67 and 45. RGB value is (114,103,69). Sum of RGB (Red+Green+Blue) = 114+103+69=286 (37% of max value = 765). Red value is 114 (44.92% from 255 or 39.86% from 286); Green value is 103 (40.62% from 255 or 36.01% from 286); Blue value is 69 (27.34% from 255 or 24.13% from 286); Max value from RGB is 114 - color contains mainly: red. Hex color #726745 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726745 is #8D98BA. Grayscale: #666666. Windows color (decimal): -9279675 or 4548466. OLE color: 4548466.

HSL color Cylindrical-coordinate representation of color #726745: hue angle of 45.33º 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 #726745 is Cyan = 0, Magento = 0.10, Yellow = 0.39 and Black (K on CMYK) = 0.55.

Color convert

RGB11410369-
CMYK00.100.390.55
HSL45.33º24.59%35.88%-
HSV(B)45.33º39.47%44.71%-
XYZ12.8613.717.6-
YUV102.41109.14136.26-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 39.86%
GREEN value IS 103 (40.62% from 255) = 36.01%
BLUE value IS 69 (27.34% from 255) = 24.13%
R=39.86%
G=36.01%
B=24.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.39
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141036900.100.390.5545.3324.5935.88
Hex7267450A27372d1924
Octal1621471050124767553144
Binary1110010110011110001010101010011111011110110111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726745; }

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

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

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

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

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

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

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

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