#72633D

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

Shades of Yellow Metal #72633D

Tints of Yellow Metal #72633D

Color information

#72633D (or 0x72633D) is unknown color: approx Yellow Metal. HEX triplet: 72, 63 and 3D. RGB value is (114,99,61). Sum of RGB (Red+Green+Blue) = 114+99+61=274 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.61% from 274); Green value is 99 (39.06% from 255 or 36.13% from 274); Blue value is 61 (24.22% from 255 or 22.26% from 274); Max value from RGB is 114 - color contains mainly: red. Hex color #72633D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72633D is #8D9CC2. Grayscale: #636363. Windows color (decimal): -9280707 or 4023154. OLE color: 4023154.

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

Color convert

RGB1149961-
CMYK00.130.460.55
HSL43.02º30.29%34.31%-
HSV(B)43.02º46.49%44.71%-
XYZ12.2412.846.25-
YUV99.15106.47138.59-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 41.61%
GREEN value IS 99 (39.06% from 255) = 36.13%
BLUE value IS 61 (24.22% from 255) = 22.26%
R=41.61%
G=36.13%
B=22.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.46
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114996100.130.460.5543.0230.2934.31
Hex72633D0D2E372b1e22
Octal162143750155667533642
Binary111001011000111111010110110111011011110101111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72633D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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