#474D2E

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

Shades of Bronzetone #474D2E

Tints of Bronzetone #474D2E

Color information

#474D2E (or 0x474D2E) is unknown color: approx Bronzetone. HEX triplet: 47, 4D and 2E. RGB value is (71,77,46). Sum of RGB (Red+Green+Blue) = 71+77+46=194 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.60% from 194); Green value is 77 (30.47% from 255 or 39.69% from 194); Blue value is 46 (18.36% from 255 or 23.71% from 194); Max value from RGB is 77 - color contains mainly: green. Hex color #474D2E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #474D2E is #B8B2D1. Grayscale: #474747. Windows color (decimal): -12104402 or 3034439. OLE color: 3034439.

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

Color convert

RGB717746-
CMYK0.0800.400.70
HSL71.61º25.2%24.12%-
HSV(B)71.61º40.26%30.2%-
XYZ5.756.843.6-
YUV71.67113.51127.52-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 36.60%
GREEN value IS 77 (30.47% from 255) = 39.69%
BLUE value IS 46 (18.36% from 255) = 23.71%
R=36.60%
G=39.69%
B=23.71%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7177460.0800.400.7071.6125.224.12
Hex474D2E802846481918
Octal10711556100501061103130
Binary1000111100110110111010000101000100011010010001100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474D2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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