#72673D

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

Shades of Yellow Metal #72673D

Tints of Yellow Metal #72673D

Color information

#72673D (or 0x72673D) is unknown color: approx Yellow Metal. HEX triplet: 72, 67 and 3D. RGB value is (114,103,61). Sum of RGB (Red+Green+Blue) = 114+103+61=278 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.01% from 278); Green value is 103 (40.62% from 255 or 37.05% from 278); Blue value is 61 (24.22% from 255 or 21.94% from 278); Max value from RGB is 114 - color contains mainly: red. Hex color #72673D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72673D is #8D98C2. Grayscale: #656565. Windows color (decimal): -9279683 or 4024178. OLE color: 4024178.

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

Color convert

RGB11410361-
CMYK00.100.460.55
HSL47.55º30.29%34.31%-
HSV(B)47.55º46.49%44.71%-
XYZ12.6313.616.38-
YUV101.5105.14136.92-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 41.01%
GREEN value IS 103 (40.62% from 255) = 37.05%
BLUE value IS 61 (24.22% from 255) = 21.94%
R=41.01%
G=37.05%
B=21.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.46
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141036100.100.460.5547.5530.2934.31
Hex72673D0A2E37301e22
Octal162147750125667603642
Binary111001011001111111010101010111011011111000011110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72673D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72673D; }

 p { color: rgb(114,103,61); }

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

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

 a { background-color: rgb(114,103,61); }

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

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

 span { border-color: rgb(114,103,61); }

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