#4F463A

Color #4F463A Metallic Bronze (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Metallic Bronze #4F463A

Tints of Metallic Bronze #4F463A

Color information

#4F463A (or 0x4F463A) is unknown color: approx Metallic Bronze. HEX triplet: 4F, 46 and 3A. RGB value is (79,70,58). Sum of RGB (Red+Green+Blue) = 79+70+58=207 (27% of max value = 765). Red value is 79 (31.25% from 255 or 38.16% from 207); Green value is 70 (27.73% from 255 or 33.82% from 207); Blue value is 58 (23.05% from 255 or 28.02% from 207); Max value from RGB is 79 - color contains mainly: red. Hex color #4F463A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F463A is #B0B9C5. Grayscale: #474747. Windows color (decimal): -11581894 or 3819087. OLE color: 3819087.

HSL color Cylindrical-coordinate representation of color #4F463A: hue angle of 34.29º degrees, saturation: 0.15, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #4F463A is Cyan = 0, Magento = 0.11, Yellow = 0.27 and Black (K on CMYK) = 0.69.

Color convert

RGB797058-
CMYK00.110.270.69
HSL34.29º15.33%26.86%-
HSV(B)34.29º26.58%30.98%-
XYZ6.186.354.9-
YUV71.32120.48133.48-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 38.16%
GREEN value IS 70 (27.73% from 255) = 33.82%
BLUE value IS 58 (23.05% from 255) = 28.02%
R=38.16%
G=33.82%
B=28.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.27
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79705800.110.270.6934.2915.3326.86
Hex4F463A0B1B4522f1b
Octal1171067201333105421733
Binary1001111100011011101001011110111000101100010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F463A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4F463A; }

 p { color: rgb(79,70,58); }

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

<style>
 a { background-color: #4F463A; }

 a { background-color: rgb(79,70,58); }

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

<style>
 span { border-color: #4F463A; }

 span { border-color: rgb(79,70,58); }

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