#4A522D

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

Shades of Bronzetone #4A522D

Tints of Bronzetone #4A522D

Color information

#4A522D (or 0x4A522D) is unknown color: approx Bronzetone. HEX triplet: 4A, 52 and 2D. RGB value is (74,82,45). Sum of RGB (Red+Green+Blue) = 74+82+45=201 (26% of max value = 765). Red value is 74 (29.30% from 255 or 36.82% from 201); Green value is 82 (32.42% from 255 or 40.80% from 201); Blue value is 45 (17.97% from 255 or 22.39% from 201); Max value from RGB is 82 - color contains mainly: green. Hex color #4A522D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A522D is #B5ADD2. Grayscale: #4B4B4B. Windows color (decimal): -11906515 or 2970186. OLE color: 2970186.

HSL color Cylindrical-coordinate representation of color #4A522D: hue angle of 72.97º degrees, saturation: 0.29, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4A522D is Cyan = 0.10, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.68.

Color convert

RGB748245-
CMYK0.1000.450.68
HSL72.97º29.13%24.9%-
HSV(B)72.97º45.12%32.16%-
XYZ6.317.683.63-
YUV75.39110.85127.01-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 36.82%
GREEN value IS 82 (32.42% from 255) = 40.80%
BLUE value IS 45 (17.97% from 255) = 22.39%
R=36.82%
G=40.80%
B=22.39%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7482450.1000.450.6872.9729.1324.9
Hex4A522DA02D44491d19
Octal11212255120551041113531
Binary1001010101001010110110100101101100010010010011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A522D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,82,45); }

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

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

 a { background-color: rgb(74,82,45); }

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

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

 span { border-color: rgb(74,82,45); }

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