#493C2C

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

Shades of Deep Bronze #493C2C

Tints of Deep Bronze #493C2C

Color information

#493C2C (or 0x493C2C) is unknown color: approx Deep Bronze. HEX triplet: 49, 3C and 2C. RGB value is (73,60,44). Sum of RGB (Red+Green+Blue) = 73+60+44=177 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.24% from 177); Green value is 60 (23.83% from 255 or 33.90% from 177); Blue value is 44 (17.58% from 255 or 24.86% from 177); Max value from RGB is 73 - color contains mainly: red. Hex color #493C2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493C2C is #B6C3D3. Grayscale: #3E3E3E. Windows color (decimal): -11977684 or 2899017. OLE color: 2899017.

HSL color Cylindrical-coordinate representation of color #493C2C: hue angle of 33.1º 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 #493C2C is Cyan = 0, Magento = 0.18, Yellow = 0.40 and Black (K on CMYK) = 0.71.

Color convert

RGB736044-
CMYK00.180.400.71
HSL33.1º24.79%22.94%-
HSV(B)33.1º39.73%28.63%-
XYZ4.824.833.06-
YUV62.06117.81135.8-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 41.24%
GREEN value IS 60 (23.83% from 255) = 33.90%
BLUE value IS 44 (17.58% from 255) = 24.86%
R=41.24%
G=33.90%
B=24.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.40
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73604400.180.400.7133.124.7922.94
Hex493C2C0122847211917
Octal111745402250107413127
Binary100100111110010110001001010100010001111000011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493C2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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