#493D2C

Color #493D2C Deep Bronze (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Bronze #493D2C

Tints of Deep Bronze #493D2C

Color information

#493D2C (or 0x493D2C) is unknown color: approx Deep Bronze. HEX triplet: 49, 3D and 2C. RGB value is (73,61,44). Sum of RGB (Red+Green+Blue) = 73+61+44=178 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.01% from 178); Green value is 61 (24.22% from 255 or 34.27% from 178); Blue value is 44 (17.58% from 255 or 24.72% from 178); Max value from RGB is 73 - color contains mainly: red. Hex color #493D2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493D2C is #B6C2D3. Grayscale: #3E3E3E. Windows color (decimal): -11977428 or 2899273. OLE color: 2899273.

HSL color Cylindrical-coordinate representation of color #493D2C: hue angle of 35.17º degrees, saturation: 0.25, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #493D2C is Cyan = 0, Magento = 0.16, Yellow = 0.40 and Black (K on CMYK) = 0.71.

Color convert

RGB736144-
CMYK00.160.400.71
HSL35.17º24.79%22.94%-
HSV(B)35.17º39.73%28.63%-
XYZ4.874.943.08-
YUV62.65117.48135.38-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 41.01%
GREEN value IS 61 (24.22% from 255) = 34.27%
BLUE value IS 44 (17.58% from 255) = 24.72%
R=41.01%
G=34.27%
B=24.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.40
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73614400.160.400.7135.1724.7922.94
Hex493D2C0102847231917
Octal111755402050107433127
Binary100100111110110110001000010100010001111000111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493D2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493D2C; }

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

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

<style>
 a { background-color: #493D2C; }

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

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

<style>
 span { border-color: #493D2C; }

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

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