#49522D

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

Shades of Bronzetone #49522D

Tints of Bronzetone #49522D

Color information

#49522D (or 0x49522D) is unknown color: approx Bronzetone. HEX triplet: 49, 52 and 2D. RGB value is (73,82,45). Sum of RGB (Red+Green+Blue) = 73+82+45=200 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.5% from 200); Green value is 82 (32.42% from 255 or 41% from 200); Blue value is 45 (17.97% from 255 or 22.5% from 200); Max value from RGB is 82 - color contains mainly: green. Hex color #49522D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49522D is #B6ADD2. Grayscale: #4B4B4B. Windows color (decimal): -11972051 or 2970185. OLE color: 2970185.

HSL color Cylindrical-coordinate representation of color #49522D: hue angle of 74.59º 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 #49522D is Cyan = 0.11, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.68.

Color convert

RGB738245-
CMYK0.1100.450.68
HSL74.59º29.13%24.9%-
HSV(B)74.59º45.12%32.16%-
XYZ6.247.643.63-
YUV75.09111.02126.51-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 36.5%
GREEN value IS 82 (32.42% from 255) = 41%
BLUE value IS 45 (17.97% from 255) = 22.5%
R=36.5%
G=41%
B=22.5%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7382450.1100.450.6874.5929.1324.9
Hex49522DB02D444b1d19
Octal11112255130551041133531
Binary1001001101001010110110110101101100010010010111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49522D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49522D; }

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

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

<style>
 a { background-color: #49522D; }

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

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

<style>
 span { border-color: #49522D; }

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

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