#72653F

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

Shades of Yellow Metal #72653F

Tints of Yellow Metal #72653F

Color information

#72653F (or 0x72653F) is unknown color: approx Yellow Metal. HEX triplet: 72, 65 and 3F. RGB value is (114,101,63). Sum of RGB (Red+Green+Blue) = 114+101+63=278 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.01% from 278); Green value is 101 (39.84% from 255 or 36.33% from 278); Blue value is 63 (25% from 255 or 22.66% from 278); Max value from RGB is 114 - color contains mainly: red. Hex color #72653F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72653F is #8D9AC0. Grayscale: #646464. Windows color (decimal): -9280193 or 4154738. OLE color: 4154738.

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

Color convert

RGB11410163-
CMYK00.110.450.55
HSL44.71º28.81%34.71%-
HSV(B)44.71º44.74%44.71%-
XYZ12.4913.246.6-
YUV100.56106.81137.59-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 41.01%
GREEN value IS 101 (39.84% from 255) = 36.33%
BLUE value IS 63 (25% from 255) = 22.66%
R=41.01%
G=36.33%
B=22.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.45
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141016300.110.450.5544.7128.8134.71
Hex72653F0B2D372d1d23
Octal162145770135567553543
Binary111001011001011111110101110110111011110110111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72653F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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