#474034

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

Shades of Deep Bronze #474034

Tints of Deep Bronze #474034

Color information

#474034 (or 0x474034) is unknown color: approx Deep Bronze. HEX triplet: 47, 40 and 34. RGB value is (71,64,52). Sum of RGB (Red+Green+Blue) = 71+64+52=187 (24% of max value = 765). Red value is 71 (28.12% from 255 or 37.97% from 187); Green value is 64 (25.39% from 255 or 34.22% from 187); Blue value is 52 (20.70% from 255 or 27.81% from 187); Max value from RGB is 71 - color contains mainly: red. Hex color #474034 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474034 is #B8BFCB. Grayscale: #404040. Windows color (decimal): -12107724 or 3424327. OLE color: 3424327.

HSL color Cylindrical-coordinate representation of color #474034: hue angle of 37.89º degrees, saturation: 0.15, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #474034 is Cyan = 0, Magento = 0.10, Yellow = 0.27 and Black (K on CMYK) = 0.72.

Color convert

RGB716452-
CMYK00.100.270.72
HSL37.89º15.45%24.12%-
HSV(B)37.89º26.76%27.84%-
XYZ5.055.254-
YUV64.72120.82132.48-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 37.97%
GREEN value IS 64 (25.39% from 255) = 34.22%
BLUE value IS 52 (20.70% from 255) = 27.81%
R=37.97%
G=34.22%
B=27.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.27
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71645200.100.270.7237.8915.4524.12
Hex4740340A1B4826f18
Octal1071006401233110461730
Binary1000111100000011010001010110111001000100110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474034; }

 p { color: rgb(71,64,52); }

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

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

 a { background-color: rgb(71,64,52); }

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

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

 span { border-color: rgb(71,64,52); }

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