#49532A

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

Shades of Bronzetone #49532A

Tints of Bronzetone #49532A

Color information

#49532A (or 0x49532A) is unknown color: approx Bronzetone. HEX triplet: 49, 53 and 2A. RGB value is (73,83,42). Sum of RGB (Red+Green+Blue) = 73+83+42=198 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.87% from 198); Green value is 83 (32.81% from 255 or 41.92% from 198); Blue value is 42 (16.80% from 255 or 21.21% from 198); Max value from RGB is 83 - color contains mainly: green. Hex color #49532A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49532A is #B6ACD5. Grayscale: #4B4B4B. Windows color (decimal): -11971798 or 2773833. OLE color: 2773833.

HSL color Cylindrical-coordinate representation of color #49532A: hue angle of 74.63º degrees, saturation: 0.33, 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 #49532A is Cyan = 0.12, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.67.

Color convert

RGB738342-
CMYK0.1200.490.67
HSL74.63º32.8%24.51%-
HSV(B)74.63º49.4%32.55%-
XYZ6.267.773.36-
YUV75.34109.19126.33-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 36.87%
GREEN value IS 83 (32.81% from 255) = 41.92%
BLUE value IS 42 (16.80% from 255) = 21.21%
R=36.87%
G=41.92%
B=21.21%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7383420.1200.490.6774.6332.824.51
Hex49532AC031434b2119
Octal11112352140611031134131
Binary10010011010011101010110001100011000011100101110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49532A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49532A; }

 p { color: rgb(73,83,42); }

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

<style>
 a { background-color: #49532A; }

 a { background-color: rgb(73,83,42); }

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

<style>
 span { border-color: #49532A; }

 span { border-color: rgb(73,83,42); }

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