#726039

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

Shades of Yellow Metal #726039

Tints of Yellow Metal #726039

Color information

#726039 (or 0x726039) is unknown color: approx Yellow Metal. HEX triplet: 72, 60 and 39. RGB value is (114,96,57). Sum of RGB (Red+Green+Blue) = 114+96+57=267 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.70% from 267); Green value is 96 (37.89% from 255 or 35.96% from 267); Blue value is 57 (22.66% from 255 or 21.35% from 267); Max value from RGB is 114 - color contains mainly: red. Hex color #726039 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726039 is #8D9FC6. Grayscale: #616161. Windows color (decimal): -9281479 or 3760242. OLE color: 3760242.

HSL color Cylindrical-coordinate representation of color #726039: hue angle of 41.05º 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 #726039 is Cyan = 0, Magento = 0.16, Yellow = 0.50 and Black (K on CMYK) = 0.55.

Color convert

RGB1149657-
CMYK00.160.500.55
HSL41.05º33.33%33.53%-
HSV(B)41.05º50%44.71%-
XYZ11.8612.245.61-
YUV96.94105.46140.17-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 42.70%
GREEN value IS 96 (37.89% from 255) = 35.96%
BLUE value IS 57 (22.66% from 255) = 21.35%
R=42.70%
G=35.96%
B=21.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.50
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114965700.160.500.5541.0533.3333.53
Hex7260390103237292122
Octal162140710206267514142
Binary11100101100000111001010000110010110111101001100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726039; }

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

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

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

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

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

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

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

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