#49542B

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

Shades of Bronzetone #49542B

Tints of Bronzetone #49542B

Color information

#49542B (or 0x49542B) is unknown color: approx Bronzetone. HEX triplet: 49, 54 and 2B. RGB value is (73,84,43). Sum of RGB (Red+Green+Blue) = 73+84+43=200 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.5% from 200); Green value is 84 (33.20% from 255 or 42% from 200); Blue value is 43 (17.19% from 255 or 21.5% from 200); Max value from RGB is 84 - color contains mainly: green. Hex color #49542B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49542B is #B6ABD4. Grayscale: #4C4C4C. Windows color (decimal): -11971541 or 2839625. OLE color: 2839625.

HSL color Cylindrical-coordinate representation of color #49542B: hue angle of 76.1º degrees, saturation: 0.32, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #49542B is Cyan = 0.13, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.67.

Color convert

RGB738443-
CMYK0.1300.490.67
HSL76.1º32.28%24.9%-
HSV(B)76.1º48.81%32.94%-
XYZ6.357.933.48-
YUV76.04109.36125.83-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 36.5%
GREEN value IS 84 (33.20% from 255) = 42%
BLUE value IS 43 (17.19% from 255) = 21.5%
R=36.5%
G=42%
B=21.5%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7384430.1300.490.6776.132.2824.9
Hex49542BD031434c2019
Octal11112453150611031144031
Binary10010011010100101011110101100011000011100110010000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49542B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49542B; }

 p { color: rgb(73,84,43); }

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

<style>
 a { background-color: #49542B; }

 a { background-color: rgb(73,84,43); }

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

<style>
 span { border-color: #49542B; }

 span { border-color: rgb(73,84,43); }

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