#72613D

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

Shades of Yellow Metal #72613D

Tints of Yellow Metal #72613D

Color information

#72613D (or 0x72613D) is unknown color: approx Yellow Metal. HEX triplet: 72, 61 and 3D. RGB value is (114,97,61). Sum of RGB (Red+Green+Blue) = 114+97+61=272 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.91% from 272); Green value is 97 (38.28% from 255 or 35.66% from 272); Blue value is 61 (24.22% from 255 or 22.43% from 272); Max value from RGB is 114 - color contains mainly: red. Hex color #72613D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72613D is #8D9EC2. Grayscale: #626262. Windows color (decimal): -9281219 or 4022642. OLE color: 4022642.

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

Color convert

RGB1149761-
CMYK00.150.460.55
HSL40.75º30.29%34.31%-
HSV(B)40.75º46.49%44.71%-
XYZ12.0612.466.19-
YUV97.98107.13139.43-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 41.91%
GREEN value IS 97 (38.28% from 255) = 35.66%
BLUE value IS 61 (24.22% from 255) = 22.43%
R=41.91%
G=35.66%
B=22.43%

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
Decimal114976100.150.460.5540.7530.2934.31
Hex72613D0F2E37291e22
Octal162141750175667513642
Binary111001011000011111010111110111011011110100111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72613D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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