#726741

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

Shades of Yellow Metal #726741

Tints of Yellow Metal #726741

Color information

#726741 (or 0x726741) is unknown color: approx Yellow Metal. HEX triplet: 72, 67 and 41. RGB value is (114,103,65). Sum of RGB (Red+Green+Blue) = 114+103+65=282 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.43% from 282); Green value is 103 (40.62% from 255 or 36.52% from 282); Blue value is 65 (25.78% from 255 or 23.05% from 282); Max value from RGB is 114 - color contains mainly: red. Hex color #726741 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726741 is #8D98BE. Grayscale: #666666. Windows color (decimal): -9279679 or 4286322. OLE color: 4286322.

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

Color convert

RGB11410365-
CMYK00.100.430.55
HSL46.53º27.37%35.1%-
HSV(B)46.53º42.98%44.71%-
XYZ12.7413.666.97-
YUV101.96107.14136.59-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 40.43%
GREEN value IS 103 (40.62% from 255) = 36.52%
BLUE value IS 65 (25.78% from 255) = 23.05%
R=40.43%
G=36.52%
B=23.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.43
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141036500.100.430.5546.5327.3735.1
Hex7267410A2B372f1b23
Octal1621471010125367573343
Binary1110010110011110000010101010101111011110111111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726741; }

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

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

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

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

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

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

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

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