#49522C

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

Shades of Bronzetone #49522C

Tints of Bronzetone #49522C

Color information

#49522C (or 0x49522C) is unknown color: approx Bronzetone. HEX triplet: 49, 52 and 2C. RGB value is (73,82,44). Sum of RGB (Red+Green+Blue) = 73+82+44=199 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.68% from 199); Green value is 82 (32.42% from 255 or 41.21% from 199); Blue value is 44 (17.58% from 255 or 22.11% from 199); Max value from RGB is 82 - color contains mainly: green. Hex color #49522C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49522C is #B6ADD3. Grayscale: #4B4B4B. Windows color (decimal): -11972052 or 2904649. OLE color: 2904649.

HSL color Cylindrical-coordinate representation of color #49522C: hue angle of 74.21º degrees, saturation: 0.3, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #49522C is Cyan = 0.11, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.68.

Color convert

RGB738244-
CMYK0.1100.460.68
HSL74.21º30.16%24.71%-
HSV(B)74.21º46.34%32.16%-
XYZ6.227.633.53-
YUV74.98110.52126.59-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 36.68%
GREEN value IS 82 (32.42% from 255) = 41.21%
BLUE value IS 44 (17.58% from 255) = 22.11%
R=36.68%
G=41.21%
B=22.11%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7382440.1100.460.6874.2130.1624.71
Hex49522CB02E444a1e19
Octal11112254130561041123631
Binary1001001101001010110010110101110100010010010101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49522C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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