#474E2A

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

Shades of Bronzetone #474E2A

Tints of Bronzetone #474E2A

Color information

#474E2A (or 0x474E2A) is unknown color: approx Bronzetone. HEX triplet: 47, 4E and 2A. RGB value is (71,78,42). Sum of RGB (Red+Green+Blue) = 71+78+42=191 (25% of max value = 765). Red value is 71 (28.12% from 255 or 37.17% from 191); Green value is 78 (30.86% from 255 or 40.84% from 191); Blue value is 42 (16.80% from 255 or 21.99% from 191); Max value from RGB is 78 - color contains mainly: green. Hex color #474E2A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #474E2A is #B8B1D5. Grayscale: #474747. Windows color (decimal): -12104150 or 2772551. OLE color: 2772551.

HSL color Cylindrical-coordinate representation of color #474E2A: hue angle of 71.67º degrees, saturation: 0.3, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #474E2A is Cyan = 0.09, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.69.

Color convert

RGB717842-
CMYK0.0900.460.69
HSL71.67º30%23.53%-
HSV(B)71.67º46.15%30.59%-
XYZ5.746.963.23-
YUV71.8111.18127.43-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 37.17%
GREEN value IS 78 (30.86% from 255) = 40.84%
BLUE value IS 42 (16.80% from 255) = 21.99%
R=37.17%
G=40.84%
B=21.99%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7178420.0900.460.6971.673023.53
Hex474E2A902E45481e18
Octal10711652110561051103630
Binary1000111100111010101010010101110100010110010001111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474E2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,78,42); }

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

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

 a { background-color: rgb(71,78,42); }

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

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

 span { border-color: rgb(71,78,42); }

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