#725E36

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

Shades of Yellow Metal #725E36

Tints of Yellow Metal #725E36

Color information

#725E36 (or 0x725E36) is unknown color: approx Yellow Metal. HEX triplet: 72, 5E and 36. RGB value is (114,94,54). Sum of RGB (Red+Green+Blue) = 114+94+54=262 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.51% from 262); Green value is 94 (37.11% from 255 or 35.88% from 262); Blue value is 54 (21.48% from 255 or 20.61% from 262); Max value from RGB is 114 - color contains mainly: red. Hex color #725E36 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #725E36 is #8DA1C9. Grayscale: #5F5F5F. Windows color (decimal): -9281994 or 3563122. OLE color: 3563122.

HSL color Cylindrical-coordinate representation of color #725E36: hue angle of 40º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #725E36 is Cyan = 0, Magento = 0.18, Yellow = 0.53 and Black (K on CMYK) = 0.55.

Color convert

RGB1149454-
CMYK00.180.530.55
HSL40º35.71%32.94%-
HSV(B)40º52.63%44.71%-
XYZ11.6111.855.17-
YUV95.42104.63141.25-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 43.51%
GREEN value IS 94 (37.11% from 255) = 35.88%
BLUE value IS 54 (21.48% from 255) = 20.61%
R=43.51%
G=35.88%
B=20.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.53
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114945400.180.530.554035.7132.94
Hex725E360123537282421
Octal162136660226567504441
Binary11100101011110110110010010110101110111101000100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725E36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725E36; }

 p { color: rgb(114,94,54); }

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

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

 a { background-color: rgb(114,94,54); }

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

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

 span { border-color: rgb(114,94,54); }

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