#725E3C

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

Shades of Yellow Metal #725E3C

Tints of Yellow Metal #725E3C

Color information

#725E3C (or 0x725E3C) is unknown color: approx Yellow Metal. HEX triplet: 72, 5E and 3C. RGB value is (114,94,60). Sum of RGB (Red+Green+Blue) = 114+94+60=268 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.54% from 268); Green value is 94 (37.11% from 255 or 35.07% from 268); Blue value is 60 (23.83% from 255 or 22.39% from 268); Max value from RGB is 114 - color contains mainly: red. Hex color #725E3C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #725E3C is #8DA1C3. Grayscale: #606060. Windows color (decimal): -9281988 or 3956338. OLE color: 3956338.

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

Color convert

RGB1149460-
CMYK00.180.470.55
HSL37.78º31.03%34.12%-
HSV(B)37.78º47.37%44.71%-
XYZ11.7611.915.95-
YUV96.1107.63140.76-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 42.54%
GREEN value IS 94 (37.11% from 255) = 35.07%
BLUE value IS 60 (23.83% from 255) = 22.39%
R=42.54%
G=35.07%
B=22.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.47
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114946000.180.470.5537.7831.0334.12
Hex725E3C0122F37261f22
Octal162136740225767463742
Binary1110010101111011110001001010111111011110011011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725E3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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