#725F37

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

Shades of Yellow Metal #725F37

Tints of Yellow Metal #725F37

Color information

#725F37 (or 0x725F37) is unknown color: approx Yellow Metal. HEX triplet: 72, 5F and 37. RGB value is (114,95,55). Sum of RGB (Red+Green+Blue) = 114+95+55=264 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.18% from 264); Green value is 95 (37.5% from 255 or 35.98% from 264); Blue value is 55 (21.88% from 255 or 20.83% from 264); Max value from RGB is 114 - color contains mainly: red. Hex color #725F37 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #725F37 is #8DA0C8. Grayscale: #606060. Windows color (decimal): -9281737 or 3628914. OLE color: 3628914.

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

Color convert

RGB1149555-
CMYK00.170.520.55
HSL40.68º34.91%33.14%-
HSV(B)40.68º51.75%44.71%-
XYZ11.7212.045.32-
YUV96.12104.79140.75-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 43.18%
GREEN value IS 95 (37.5% from 255) = 35.98%
BLUE value IS 55 (21.88% from 255) = 20.83%
R=43.18%
G=35.98%
B=20.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.52
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114955500.170.520.5540.6834.9133.14
Hex725F370113437292321
Octal162137670216467514341
Binary11100101011111110111010001110100110111101001100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725F37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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