#49512C

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

Shades of Bronzetone #49512C

Tints of Bronzetone #49512C

Color information

#49512C (or 0x49512C) is unknown color: approx Bronzetone. HEX triplet: 49, 51 and 2C. RGB value is (73,81,44). Sum of RGB (Red+Green+Blue) = 73+81+44=198 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.87% from 198); Green value is 81 (32.03% from 255 or 40.91% from 198); Blue value is 44 (17.58% from 255 or 22.22% from 198); Max value from RGB is 81 - color contains mainly: green. Hex color #49512C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49512C is #B6AED3. Grayscale: #4A4A4A. Windows color (decimal): -11972308 or 2904393. OLE color: 2904393.

HSL color Cylindrical-coordinate representation of color #49512C: hue angle of 72.97º 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 #49512C is Cyan = 0.10, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.68.

Color convert

RGB738144-
CMYK0.1000.460.68
HSL72.97º29.6%24.51%-
HSV(B)72.97º45.68%31.76%-
XYZ6.147.483.5-
YUV74.39110.85127.01-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 36.87%
GREEN value IS 81 (32.03% from 255) = 40.91%
BLUE value IS 44 (17.58% from 255) = 22.22%
R=36.87%
G=40.91%
B=22.22%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7381440.1000.460.6872.9729.624.51
Hex49512CA02E44491e19
Octal11112154120561041113631
Binary1001001101000110110010100101110100010010010011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49512C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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