#494133

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

Shades of Deep Bronze #494133

Tints of Deep Bronze #494133

Color information

#494133 (or 0x494133) is unknown color: approx Deep Bronze. HEX triplet: 49, 41 and 33. RGB value is (73,65,51). Sum of RGB (Red+Green+Blue) = 73+65+51=189 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.62% from 189); Green value is 65 (25.78% from 255 or 34.39% from 189); Blue value is 51 (20.31% from 255 or 26.98% from 189); Max value from RGB is 73 - color contains mainly: red. Hex color #494133 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494133 is #B6BECC. Grayscale: #414141. Windows color (decimal): -11976397 or 3359049. OLE color: 3359049.

HSL color Cylindrical-coordinate representation of color #494133: hue angle of 38.18º degrees, saturation: 0.18, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #494133 is Cyan = 0, Magento = 0.11, Yellow = 0.30 and Black (K on CMYK) = 0.71.

Color convert

RGB736551-
CMYK00.110.300.71
HSL38.18º17.74%24.31%-
HSV(B)38.18º30.14%28.63%-
XYZ5.245.443.91-
YUV65.8119.65133.14-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 38.62%
GREEN value IS 65 (25.78% from 255) = 34.39%
BLUE value IS 51 (20.31% from 255) = 26.98%
R=38.62%
G=34.39%
B=26.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.30
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73655100.110.300.7138.1817.7424.31
Hex4941330B1E47261218
Octal1111016301336107462230
Binary10010011000001110011010111111010001111001101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494133; }

 p { color: rgb(73,65,51); }

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

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

 a { background-color: rgb(73,65,51); }

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

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

 span { border-color: rgb(73,65,51); }

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