#725F38

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

Shades of Yellow Metal #725F38

Tints of Yellow Metal #725F38

Color information

#725F38 (or 0x725F38) is unknown color: approx Yellow Metal. HEX triplet: 72, 5F and 38. RGB value is (114,95,56). Sum of RGB (Red+Green+Blue) = 114+95+56=265 (35% of max value = 765). Red value is 114 (44.92% from 255 or 43.02% from 265); Green value is 95 (37.5% from 255 or 35.85% from 265); Blue value is 56 (22.27% from 255 or 21.13% from 265); Max value from RGB is 114 - color contains mainly: red. Hex color #725F38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #725F38 is #8DA0C7. Grayscale: #606060. Windows color (decimal): -9281736 or 3694450. OLE color: 3694450.

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

Color convert

RGB1149556-
CMYK00.170.510.55
HSL40.34º34.12%33.33%-
HSV(B)40.34º50.88%44.71%-
XYZ11.7512.055.45-
YUV96.24105.29140.67-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 43.02%
GREEN value IS 95 (37.5% from 255) = 35.85%
BLUE value IS 56 (22.27% from 255) = 21.13%
R=43.02%
G=35.85%
B=21.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.51
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114955600.170.510.5540.3434.1233.33
Hex725F380113337282221
Octal162137700216367504241
Binary11100101011111111000010001110011110111101000100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725F38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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