#493D2D

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

Shades of Deep Bronze #493D2D

Tints of Deep Bronze #493D2D

Color information

#493D2D (or 0x493D2D) is unknown color: approx Deep Bronze. HEX triplet: 49, 3D and 2D. RGB value is (73,61,45). Sum of RGB (Red+Green+Blue) = 73+61+45=179 (23% of max value = 765). Red value is 73 (28.91% from 255 or 40.78% from 179); Green value is 61 (24.22% from 255 or 34.08% from 179); Blue value is 45 (17.97% from 255 or 25.14% from 179); Max value from RGB is 73 - color contains mainly: red. Hex color #493D2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493D2D is #B6C2D2. Grayscale: #3E3E3E. Windows color (decimal): -11977427 or 2964809. OLE color: 2964809.

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

Color convert

RGB736145-
CMYK00.160.380.71
HSL34.29º23.73%23.14%-
HSV(B)34.29º38.36%28.63%-
XYZ4.894.943.18-
YUV62.76117.98135.3-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 40.78%
GREEN value IS 61 (24.22% from 255) = 34.08%
BLUE value IS 45 (17.97% from 255) = 25.14%
R=40.78%
G=34.08%
B=25.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.38
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73614500.160.380.7134.2923.7323.14
Hex493D2D0102647221817
Octal111755502046107423027
Binary100100111110110110101000010011010001111000101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493D2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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