#72603E

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

Shades of Yellow Metal #72603E

Tints of Yellow Metal #72603E

Color information

#72603E (or 0x72603E) is unknown color: approx Yellow Metal. HEX triplet: 72, 60 and 3E. RGB value is (114,96,62). Sum of RGB (Red+Green+Blue) = 114+96+62=272 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.91% from 272); Green value is 96 (37.89% from 255 or 35.29% from 272); Blue value is 62 (24.61% from 255 or 22.79% from 272); Max value from RGB is 114 - color contains mainly: red. Hex color #72603E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72603E is #8D9FC1. Grayscale: #616161. Windows color (decimal): -9281474 or 4087922. OLE color: 4087922.

HSL color Cylindrical-coordinate representation of color #72603E: hue angle of 39.23º 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 #72603E is Cyan = 0, Magento = 0.16, Yellow = 0.46 and Black (K on CMYK) = 0.55.

Color convert

RGB1149662-
CMYK00.160.460.55
HSL39.23º29.55%34.51%-
HSV(B)39.23º45.61%44.71%-
XYZ11.9912.296.3-
YUV97.51107.96139.76-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 41.91%
GREEN value IS 96 (37.89% from 255) = 35.29%
BLUE value IS 62 (24.61% from 255) = 22.79%
R=41.91%
G=35.29%
B=22.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.46
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114966200.160.460.5539.2329.5534.51
Hex72603E0102E37271e23
Octal162140760205667473643
Binary1110010110000011111001000010111011011110011111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72603E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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