#72643B

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

Shades of Yellow Metal #72643B

Tints of Yellow Metal #72643B

Color information

#72643B (or 0x72643B) is unknown color: approx Yellow Metal. HEX triplet: 72, 64 and 3B. RGB value is (114,100,59). Sum of RGB (Red+Green+Blue) = 114+100+59=273 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.76% from 273); Green value is 100 (39.45% from 255 or 36.63% from 273); Blue value is 59 (23.44% from 255 or 21.61% from 273); Max value from RGB is 114 - color contains mainly: red. Hex color #72643B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72643B is #8D9BC4. Grayscale: #636363. Windows color (decimal): -9280453 or 3892338. OLE color: 3892338.

HSL color Cylindrical-coordinate representation of color #72643B: hue angle of 44.73º degrees, saturation: 0.32, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #72643B is Cyan = 0, Magento = 0.12, Yellow = 0.48 and Black (K on CMYK) = 0.55.

Color convert

RGB11410059-
CMYK00.120.480.55
HSL44.73º31.79%33.92%-
HSV(B)44.73º48.25%44.71%-
XYZ12.2913.016-
YUV99.51105.14138.33-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 41.76%
GREEN value IS 100 (39.45% from 255) = 36.63%
BLUE value IS 59 (23.44% from 255) = 21.61%
R=41.76%
G=36.63%
B=21.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.48
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141005900.120.480.5544.7331.7933.92
Hex72643B0C30372d2022
Octal162144730146067554042
Binary1110010110010011101101100110000110111101101100000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72643B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72643B; }

 p { color: rgb(114,100,59); }

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

<style>
 a { background-color: #72643B; }

 a { background-color: rgb(114,100,59); }

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

<style>
 span { border-color: #72643B; }

 span { border-color: rgb(114,100,59); }

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