#474D31

Color #474D31 Bronzetone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bronzetone #474D31

Tints of Bronzetone #474D31

Color information

#474D31 (or 0x474D31) is unknown color: approx Bronzetone. HEX triplet: 47, 4D and 31. RGB value is (71,77,49). Sum of RGB (Red+Green+Blue) = 71+77+49=197 (26% of max value = 765). Red value is 71 (28.12% from 255 or 36.04% from 197); Green value is 77 (30.47% from 255 or 39.09% from 197); Blue value is 49 (19.53% from 255 or 24.87% from 197); Max value from RGB is 77 - color contains mainly: green. Hex color #474D31 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #474D31 is #B8B2CE. Grayscale: #484848. Windows color (decimal): -12104399 or 3231047. OLE color: 3231047.

HSL color Cylindrical-coordinate representation of color #474D31: hue angle of 72.86º degrees, saturation: 0.22, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #474D31 is Cyan = 0.08, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.70.

Color convert

RGB717749-
CMYK0.0800.360.70
HSL72.86º22.22%24.71%-
HSV(B)72.86º36.36%30.2%-
XYZ5.816.873.93-
YUV72.01115.01127.28-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 36.04%
GREEN value IS 77 (30.47% from 255) = 39.09%
BLUE value IS 49 (19.53% from 255) = 24.87%
R=36.04%
G=39.09%
B=24.87%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7177490.0800.360.7072.8622.2224.71
Hex474D31802446491619
Octal10711561100441061112631
Binary1000111100110111000110000100100100011010010011011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474D31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474D31; }

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

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

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

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

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

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

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

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