#726237

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

Shades of Yellow Metal #726237

Tints of Yellow Metal #726237

Color information

#726237 (or 0x726237) is unknown color: approx Yellow Metal. HEX triplet: 72, 62 and 37. RGB value is (114,98,55). Sum of RGB (Red+Green+Blue) = 114+98+55=267 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.70% from 267); Green value is 98 (38.67% from 255 or 36.70% from 267); Blue value is 55 (21.88% from 255 or 20.60% from 267); Max value from RGB is 114 - color contains mainly: red. Hex color #726237 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726237 is #8D9DC8. Grayscale: #626262. Windows color (decimal): -9280969 or 3629682. OLE color: 3629682.

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

Color convert

RGB1149855-
CMYK00.140.520.55
HSL43.73º34.91%33.14%-
HSV(B)43.73º51.75%44.71%-
XYZ1212.595.41-
YUV97.88103.8139.5-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 42.70%
GREEN value IS 98 (38.67% from 255) = 36.70%
BLUE value IS 55 (21.88% from 255) = 20.60%
R=42.70%
G=36.70%
B=20.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.52
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114985500.140.520.5543.7334.9133.14
Hex7262370E34372c2321
Octal162142670166467544341
Binary1110010110001011011101110110100110111101100100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726237

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726237; }

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

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

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

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

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

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

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

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