#4F473A

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

Shades of Metallic Bronze #4F473A

Tints of Metallic Bronze #4F473A

Color information

#4F473A (or 0x4F473A) is unknown color: approx Metallic Bronze. HEX triplet: 4F, 47 and 3A. RGB value is (79,71,58). Sum of RGB (Red+Green+Blue) = 79+71+58=208 (27% of max value = 765). Red value is 79 (31.25% from 255 or 37.98% from 208); Green value is 71 (28.12% from 255 or 34.13% from 208); Blue value is 58 (23.05% from 255 or 27.88% from 208); Max value from RGB is 79 - color contains mainly: red. Hex color #4F473A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F473A is #B0B8C5. Grayscale: #474747. Windows color (decimal): -11581638 or 3819343. OLE color: 3819343.

HSL color Cylindrical-coordinate representation of color #4F473A: hue angle of 37.14º 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 #4F473A is Cyan = 0, Magento = 0.10, Yellow = 0.27 and Black (K on CMYK) = 0.69.

Color convert

RGB797158-
CMYK00.100.270.69
HSL37.14º15.33%26.86%-
HSV(B)37.14º26.58%30.98%-
XYZ6.246.474.92-
YUV71.91120.15133.06-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 37.98%
GREEN value IS 71 (28.12% from 255) = 34.13%
BLUE value IS 58 (23.05% from 255) = 27.88%
R=37.98%
G=34.13%
B=27.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.27
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79715800.100.270.6937.1415.3326.86
Hex4F473A0A1B4525f1b
Octal1171077201233105451733
Binary1001111100011111101001010110111000101100101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F473A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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