#4A5628

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

Shades of Bronzetone #4A5628

Tints of Bronzetone #4A5628

Color information

#4A5628 (or 0x4A5628) is unknown color: approx Bronzetone. HEX triplet: 4A, 56 and 28. RGB value is (74,86,40). Sum of RGB (Red+Green+Blue) = 74+86+40=200 (26% of max value = 765). Red value is 74 (29.30% from 255 or 37% from 200); Green value is 86 (33.98% from 255 or 43% from 200); Blue value is 40 (16.02% from 255 or 20% from 200); Max value from RGB is 86 - color contains mainly: green. Hex color #4A5628 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A5628 is #B5A9D7. Grayscale: #4D4D4D. Windows color (decimal): -11905496 or 2643530. OLE color: 2643530.

HSL color Cylindrical-coordinate representation of color #4A5628: hue angle of 75.65º degrees, saturation: 0.37, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4A5628 is Cyan = 0.14, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.66.

Color convert

RGB748640-
CMYK0.1400.530.66
HSL75.65º36.51%24.71%-
HSV(B)75.65º53.49%33.73%-
XYZ6.538.263.26-
YUV77.17107.02125.74-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 37%
GREEN value IS 86 (33.98% from 255) = 43%
BLUE value IS 40 (16.02% from 255) = 20%
R=37%
G=43%
B=20%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7486400.1400.530.6675.6536.5124.71
Hex4A5628E035424c2519
Octal11212650160651021144531
Binary10010101010110101000111001101011000010100110010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A5628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4A5628; }

 p { color: rgb(74,86,40); }

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

<style>
 a { background-color: #4A5628; }

 a { background-color: rgb(74,86,40); }

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

<style>
 span { border-color: #4A5628; }

 span { border-color: rgb(74,86,40); }

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