#725F3F

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

Shades of Yellow Metal #725F3F

Tints of Yellow Metal #725F3F

Color information

#725F3F (or 0x725F3F) is unknown color: approx Yellow Metal. HEX triplet: 72, 5F and 3F. RGB value is (114,95,63). Sum of RGB (Red+Green+Blue) = 114+95+63=272 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.91% from 272); Green value is 95 (37.5% from 255 or 34.93% from 272); Blue value is 63 (25% from 255 or 23.16% from 272); Max value from RGB is 114 - color contains mainly: red. Hex color #725F3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #725F3F is #8DA0C0. Grayscale: #616161. Windows color (decimal): -9281729 or 4153202. OLE color: 4153202.

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

Color convert

RGB1149563-
CMYK00.170.450.55
HSL37.65º28.81%34.71%-
HSV(B)37.65º44.74%44.71%-
XYZ11.9312.126.41-
YUV97.03108.79140.1-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 41.91%
GREEN value IS 95 (37.5% from 255) = 34.93%
BLUE value IS 63 (25% from 255) = 23.16%
R=41.91%
G=34.93%
B=23.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.45
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114956300.170.450.5537.6528.8134.71
Hex725F3F0112D37261d23
Octal162137770215567463543
Binary1110010101111111111101000110110111011110011011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725F3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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