#493E30

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

Shades of Deep Bronze #493E30

Tints of Deep Bronze #493E30

Color information

#493E30 (or 0x493E30) is unknown color: approx Deep Bronze. HEX triplet: 49, 3E and 30. RGB value is (73,62,48). Sum of RGB (Red+Green+Blue) = 73+62+48=183 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.89% from 183); Green value is 62 (24.61% from 255 or 33.88% from 183); Blue value is 48 (19.14% from 255 or 26.23% from 183); Max value from RGB is 73 - color contains mainly: red. Hex color #493E30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493E30 is #B6C1CF. Grayscale: #3F3F3F. Windows color (decimal): -11977168 or 3161673. OLE color: 3161673.

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

Color convert

RGB736248-
CMYK00.150.340.71
HSL33.6º20.66%23.73%-
HSV(B)33.6º34.25%28.63%-
XYZ55.083.51-
YUV63.69119.14134.64-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 39.89%
GREEN value IS 62 (24.61% from 255) = 33.88%
BLUE value IS 48 (19.14% from 255) = 26.23%
R=39.89%
G=33.88%
B=26.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.34
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73624800.150.340.7133.620.6623.73
Hex493E300F2247221518
Octal111766001742107422530
Binary10010011111101100000111110001010001111000101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493E30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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