#726343

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

Shades of Yellow Metal #726343

Tints of Yellow Metal #726343

Color information

#726343 (or 0x726343) is unknown color: approx Yellow Metal. HEX triplet: 72, 63 and 43. RGB value is (114,99,67). Sum of RGB (Red+Green+Blue) = 114+99+67=280 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.71% from 280); Green value is 99 (39.06% from 255 or 35.36% from 280); Blue value is 67 (26.56% from 255 or 23.93% from 280); Max value from RGB is 114 - color contains mainly: red. Hex color #726343 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726343 is #8D9CBC. Grayscale: #636363. Windows color (decimal): -9280701 or 4416370. OLE color: 4416370.

HSL color Cylindrical-coordinate representation of color #726343: hue angle of 40.85º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #726343 is Cyan = 0, Magento = 0.13, Yellow = 0.41 and Black (K on CMYK) = 0.55.

Color convert

RGB1149967-
CMYK00.130.410.55
HSL40.85º25.97%35.49%-
HSV(B)40.85º41.23%44.71%-
XYZ12.4112.917.15-
YUV99.84109.47138.1-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 40.71%
GREEN value IS 99 (39.06% from 255) = 35.36%
BLUE value IS 67 (26.56% from 255) = 23.93%
R=40.71%
G=35.36%
B=23.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.41
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114996700.130.410.5540.8525.9735.49
Hex7263430D2937291a23
Octal1621431030155167513243
Binary1110010110001110000110110110100111011110100111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726343

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726343; }

 p { color: rgb(114,99,67); }

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

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

 a { background-color: rgb(114,99,67); }

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

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

 span { border-color: rgb(114,99,67); }

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