#72653E

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

Shades of Yellow Metal #72653E

Tints of Yellow Metal #72653E

Color information

#72653E (or 0x72653E) is unknown color: approx Yellow Metal. HEX triplet: 72, 65 and 3E. RGB value is (114,101,62). Sum of RGB (Red+Green+Blue) = 114+101+62=277 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.16% from 277); Green value is 101 (39.84% from 255 or 36.46% from 277); Blue value is 62 (24.61% from 255 or 22.38% from 277); Max value from RGB is 114 - color contains mainly: red. Hex color #72653E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72653E is #8D9AC1. Grayscale: #646464. Windows color (decimal): -9280194 or 4089202. OLE color: 4089202.

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

Color convert

RGB11410162-
CMYK00.110.460.55
HSL45º29.55%34.51%-
HSV(B)45º45.61%44.71%-
XYZ12.4613.236.45-
YUV100.44106.31137.67-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 41.16%
GREEN value IS 101 (39.84% from 255) = 36.46%
BLUE value IS 62 (24.61% from 255) = 22.38%
R=41.16%
G=36.46%
B=22.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.46
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141016200.110.460.554529.5534.51
Hex72653E0B2E372d1e23
Octal162145760135667553643
Binary111001011001011111100101110111011011110110111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72653E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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