#725E39

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

Shades of Yellow Metal #725E39

Tints of Yellow Metal #725E39

Color information

#725E39 (or 0x725E39) is unknown color: approx Yellow Metal. HEX triplet: 72, 5E and 39. RGB value is (114,94,57). Sum of RGB (Red+Green+Blue) = 114+94+57=265 (35% of max value = 765). Red value is 114 (44.92% from 255 or 43.02% from 265); Green value is 94 (37.11% from 255 or 35.47% from 265); Blue value is 57 (22.66% from 255 or 21.51% from 265); Max value from RGB is 114 - color contains mainly: red. Hex color #725E39 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #725E39 is #8DA1C6. Grayscale: #5F5F5F. Windows color (decimal): -9281991 or 3759730. OLE color: 3759730.

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

Color convert

RGB1149457-
CMYK00.180.500.55
HSL38.95º33.33%33.53%-
HSV(B)38.95º50%44.71%-
XYZ11.6811.885.55-
YUV95.76106.13141.01-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 43.02%
GREEN value IS 94 (37.11% from 255) = 35.47%
BLUE value IS 57 (22.66% from 255) = 21.51%
R=43.02%
G=35.47%
B=21.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.50
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114945700.180.500.5538.9533.3333.53
Hex725E390123237272122
Octal162136710226267474142
Binary11100101011110111001010010110010110111100111100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725E39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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