#473F32

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

Shades of Deep Bronze #473F32

Tints of Deep Bronze #473F32

Color information

#473F32 (or 0x473F32) is unknown color: approx Deep Bronze. HEX triplet: 47, 3F and 32. RGB value is (71,63,50). Sum of RGB (Red+Green+Blue) = 71+63+50=184 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.59% from 184); Green value is 63 (25% from 255 or 34.24% from 184); Blue value is 50 (19.92% from 255 or 27.17% from 184); Max value from RGB is 71 - color contains mainly: red. Hex color #473F32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473F32 is #B8C0CD. Grayscale: #3F3F3F. Windows color (decimal): -12107982 or 3292999. OLE color: 3292999.

HSL color Cylindrical-coordinate representation of color #473F32: hue angle of 37.14º degrees, saturation: 0.17, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #473F32 is Cyan = 0, Magento = 0.11, Yellow = 0.30 and Black (K on CMYK) = 0.72.

Color convert

RGB716350-
CMYK00.110.300.72
HSL37.14º17.36%23.73%-
HSV(B)37.14º29.58%27.84%-
XYZ4.955.123.75-
YUV63.91120.15133.06-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 38.59%
GREEN value IS 63 (25% from 255) = 34.24%
BLUE value IS 50 (19.92% from 255) = 27.17%
R=38.59%
G=34.24%
B=27.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.30
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71635000.110.300.7237.1417.3623.73
Hex473F320B1E48251118
Octal107776201336110452130
Binary1000111111111110010010111111010010001001011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473F32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473F32; }

 p { color: rgb(71,63,50); }

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

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

 a { background-color: rgb(71,63,50); }

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

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

 span { border-color: rgb(71,63,50); }

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