#72613E

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

Shades of Yellow Metal #72613E

Tints of Yellow Metal #72613E

Color information

#72613E (or 0x72613E) is unknown color: approx Yellow Metal. HEX triplet: 72, 61 and 3E. RGB value is (114,97,62). Sum of RGB (Red+Green+Blue) = 114+97+62=273 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.76% from 273); Green value is 97 (38.28% from 255 or 35.53% from 273); Blue value is 62 (24.61% from 255 or 22.71% from 273); Max value from RGB is 114 - color contains mainly: red. Hex color #72613E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72613E is #8D9EC1. Grayscale: #626262. Windows color (decimal): -9281218 or 4088178. OLE color: 4088178.

HSL color Cylindrical-coordinate representation of color #72613E: hue angle of 40.38º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #72613E is Cyan = 0, Magento = 0.15, Yellow = 0.46 and Black (K on CMYK) = 0.55.

Color convert

RGB1149762-
CMYK00.150.460.55
HSL40.38º29.55%34.51%-
HSV(B)40.38º45.61%44.71%-
XYZ12.0812.476.33-
YUV98.09107.63139.35-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 41.76%
GREEN value IS 97 (38.28% from 255) = 35.53%
BLUE value IS 62 (24.61% from 255) = 22.71%
R=41.76%
G=35.53%
B=22.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.46
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114976200.150.460.5540.3829.5534.51
Hex72613E0F2E37281e23
Octal162141760175667503643
Binary111001011000011111100111110111011011110100011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72613E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72613E; }

 p { color: rgb(114,97,62); }

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

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

 a { background-color: rgb(114,97,62); }

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

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

 span { border-color: rgb(114,97,62); }

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