#72613F

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

Shades of Yellow Metal #72613F

Tints of Yellow Metal #72613F

Color information

#72613F (or 0x72613F) is unknown color: approx Yellow Metal. HEX triplet: 72, 61 and 3F. RGB value is (114,97,63). Sum of RGB (Red+Green+Blue) = 114+97+63=274 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.61% from 274); Green value is 97 (38.28% from 255 or 35.40% from 274); Blue value is 63 (25% from 255 or 22.99% from 274); Max value from RGB is 114 - color contains mainly: red. Hex color #72613F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72613F is #8D9EC0. Grayscale: #626262. Windows color (decimal): -9281217 or 4153714. OLE color: 4153714.

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

Color convert

RGB1149763-
CMYK00.150.450.55
HSL40º28.81%34.71%-
HSV(B)40º44.74%44.71%-
XYZ12.1112.496.47-
YUV98.21108.13139.26-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 41.61%
GREEN value IS 97 (38.28% from 255) = 35.40%
BLUE value IS 63 (25% from 255) = 22.99%
R=41.61%
G=35.40%
B=22.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.45
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114976300.150.450.554028.8134.71
Hex72613F0F2D37281d23
Octal162141770175567503543
Binary111001011000011111110111110110111011110100011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72613F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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