#725F41

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

Shades of Yellow Metal #725F41

Tints of Yellow Metal #725F41

Color information

#725F41 (or 0x725F41) is unknown color: approx Yellow Metal. HEX triplet: 72, 5F and 41. RGB value is (114,95,65). Sum of RGB (Red+Green+Blue) = 114+95+65=274 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.61% from 274); Green value is 95 (37.5% from 255 or 34.67% from 274); Blue value is 65 (25.78% from 255 or 23.72% from 274); Max value from RGB is 114 - color contains mainly: red. Hex color #725F41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #725F41 is #8DA0BE. Grayscale: #616161. Windows color (decimal): -9281727 or 4284274. OLE color: 4284274.

HSL color Cylindrical-coordinate representation of color #725F41: hue angle of 36.73º 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 #725F41 is Cyan = 0, Magento = 0.17, Yellow = 0.43 and Black (K on CMYK) = 0.55.

Color convert

RGB1149565-
CMYK00.170.430.55
HSL36.73º27.37%35.1%-
HSV(B)36.73º42.98%44.71%-
XYZ11.9912.146.71-
YUV97.26109.79139.94-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 41.61%
GREEN value IS 95 (37.5% from 255) = 34.67%
BLUE value IS 65 (25.78% from 255) = 23.72%
R=41.61%
G=34.67%
B=23.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.43
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114956500.170.430.5536.7327.3735.1
Hex725F410112B37251b23
Octal1621371010215367453343
Binary11100101011111100000101000110101111011110010111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725F41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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