#493E2F

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

Shades of Deep Bronze #493E2F

Tints of Deep Bronze #493E2F

Color information

#493E2F (or 0x493E2F) is unknown color: approx Deep Bronze. HEX triplet: 49, 3E and 2F. RGB value is (73,62,47). Sum of RGB (Red+Green+Blue) = 73+62+47=182 (24% of max value = 765). Red value is 73 (28.91% from 255 or 40.11% from 182); Green value is 62 (24.61% from 255 or 34.07% from 182); Blue value is 47 (18.75% from 255 or 25.82% from 182); Max value from RGB is 73 - color contains mainly: red. Hex color #493E2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493E2F is #B6C1D0. Grayscale: #3F3F3F. Windows color (decimal): -11977169 or 3096137. OLE color: 3096137.

HSL color Cylindrical-coordinate representation of color #493E2F: hue angle of 34.62º degrees, saturation: 0.22, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #493E2F is Cyan = 0, Magento = 0.15, Yellow = 0.36 and Black (K on CMYK) = 0.71.

Color convert

RGB736247-
CMYK00.150.360.71
HSL34.62º21.67%23.53%-
HSV(B)34.62º35.62%28.63%-
XYZ4.985.073.4-
YUV63.58118.64134.72-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 40.11%
GREEN value IS 62 (24.61% from 255) = 34.07%
BLUE value IS 47 (18.75% from 255) = 25.82%
R=40.11%
G=34.07%
B=25.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.36
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73624700.150.360.7134.6221.6723.53
Hex493E2F0F2447231618
Octal111765701744107432630
Binary10010011111101011110111110010010001111000111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493E2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,62,47); }

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

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

 a { background-color: rgb(73,62,47); }

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

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

 span { border-color: rgb(73,62,47); }

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