#726041

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

Shades of Yellow Metal #726041

Tints of Yellow Metal #726041

Color information

#726041 (or 0x726041) is unknown color: approx Yellow Metal. HEX triplet: 72, 60 and 41. RGB value is (114,96,65). Sum of RGB (Red+Green+Blue) = 114+96+65=275 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.45% from 275); Green value is 96 (37.89% from 255 or 34.91% from 275); Blue value is 65 (25.78% from 255 or 23.64% from 275); Max value from RGB is 114 - color contains mainly: red. Hex color #726041 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726041 is #8D9FBE. Grayscale: #616161. Windows color (decimal): -9281471 or 4284530. OLE color: 4284530.

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

Color convert

RGB1149665-
CMYK00.160.430.55
HSL37.96º27.37%35.1%-
HSV(B)37.96º42.98%44.71%-
XYZ12.0812.326.74-
YUV97.85109.46139.52-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 41.45%
GREEN value IS 96 (37.89% from 255) = 34.91%
BLUE value IS 65 (25.78% from 255) = 23.64%
R=41.45%
G=34.91%
B=23.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.43
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114966500.160.430.5537.9627.3735.1
Hex7260410102B37261b23
Octal1621401010205367463343
Binary11100101100000100000101000010101111011110011011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726041; }

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

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

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

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

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

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

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

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