#473E31

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

Shades of Deep Bronze #473E31

Tints of Deep Bronze #473E31

Color information

#473E31 (or 0x473E31) is unknown color: approx Deep Bronze. HEX triplet: 47, 3E and 31. RGB value is (71,62,49). Sum of RGB (Red+Green+Blue) = 71+62+49=182 (24% of max value = 765). Red value is 71 (28.12% from 255 or 39.01% from 182); Green value is 62 (24.61% from 255 or 34.07% from 182); Blue value is 49 (19.53% from 255 or 26.92% from 182); Max value from RGB is 71 - color contains mainly: red. Hex color #473E31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473E31 is #B8C1CE. Grayscale: #3F3F3F. Windows color (decimal): -12108239 or 3227207. OLE color: 3227207.

HSL color Cylindrical-coordinate representation of color #473E31: hue angle of 35.45º degrees, saturation: 0.18, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #473E31 is Cyan = 0, Magento = 0.13, Yellow = 0.31 and Black (K on CMYK) = 0.72.

Color convert

RGB716249-
CMYK00.130.310.72
HSL35.45º18.33%23.53%-
HSV(B)35.45º30.99%27.84%-
XYZ4.885.013.62-
YUV63.21119.98133.56-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 39.01%
GREEN value IS 62 (24.61% from 255) = 34.07%
BLUE value IS 49 (19.53% from 255) = 26.92%
R=39.01%
G=34.07%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.31
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71624900.130.310.7235.4518.3323.53
Hex473E310D1F48231218
Octal107766101537110432230
Binary1000111111110110001011011111110010001000111001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473E31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,62,49); }

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

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

 a { background-color: rgb(71,62,49); }

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

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

 span { border-color: rgb(71,62,49); }

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