#49532D

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

Shades of Bronzetone #49532D

Tints of Bronzetone #49532D

Color information

#49532D (or 0x49532D) is unknown color: approx Bronzetone. HEX triplet: 49, 53 and 2D. RGB value is (73,83,45). Sum of RGB (Red+Green+Blue) = 73+83+45=201 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.32% from 201); Green value is 83 (32.81% from 255 or 41.29% from 201); Blue value is 45 (17.97% from 255 or 22.39% from 201); Max value from RGB is 83 - color contains mainly: green. Hex color #49532D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49532D is #B6ACD2. Grayscale: #4B4B4B. Windows color (decimal): -11971795 or 2970441. OLE color: 2970441.

HSL color Cylindrical-coordinate representation of color #49532D: hue angle of 75.79º degrees, saturation: 0.3, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #49532D is Cyan = 0.12, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.67.

Color convert

RGB738345-
CMYK0.1200.460.67
HSL75.79º29.69%25.1%-
HSV(B)75.79º45.78%32.55%-
XYZ6.317.793.65-
YUV75.68110.69126.09-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 36.32%
GREEN value IS 83 (32.81% from 255) = 41.29%
BLUE value IS 45 (17.97% from 255) = 22.39%
R=36.32%
G=41.29%
B=22.39%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7383450.1200.460.6775.7929.6925.1
Hex49532DC02E434c1e19
Octal11112355140561031143631
Binary1001001101001110110111000101110100001110011001111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49532D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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