#726342

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

Shades of Yellow Metal #726342

Tints of Yellow Metal #726342

Color information

#726342 (or 0x726342) is unknown color: approx Yellow Metal. HEX triplet: 72, 63 and 42. RGB value is (114,99,66). Sum of RGB (Red+Green+Blue) = 114+99+66=279 (36% of max value = 765). Red value is 114 (44.92% from 255 or 40.86% from 279); Green value is 99 (39.06% from 255 or 35.48% from 279); Blue value is 66 (26.17% from 255 or 23.66% from 279); Max value from RGB is 114 - color contains mainly: red. Hex color #726342 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726342 is #8D9CBD. Grayscale: #636363. Windows color (decimal): -9280702 or 4350834. OLE color: 4350834.

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

Color convert

RGB1149966-
CMYK00.130.420.55
HSL41.25º26.67%35.29%-
HSV(B)41.25º42.11%44.71%-
XYZ12.3812.896.99-
YUV99.72108.97138.18-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 40.86%
GREEN value IS 99 (39.06% from 255) = 35.48%
BLUE value IS 66 (26.17% from 255) = 23.66%
R=40.86%
G=35.48%
B=23.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.42
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114996600.130.420.5541.2526.6735.29
Hex7263420D2A37291b23
Octal1621431020155267513343
Binary1110010110001110000100110110101011011110100111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726342; }

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

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

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

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

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

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

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

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