#494031

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

Shades of Deep Bronze #494031

Tints of Deep Bronze #494031

Color information

#494031 (or 0x494031) is unknown color: approx Deep Bronze. HEX triplet: 49, 40 and 31. RGB value is (73,64,49). Sum of RGB (Red+Green+Blue) = 73+64+49=186 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.25% from 186); Green value is 64 (25.39% from 255 or 34.41% from 186); Blue value is 49 (19.53% from 255 or 26.34% from 186); Max value from RGB is 73 - color contains mainly: red. Hex color #494031 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494031 is #B6BFCE. Grayscale: #414141. Windows color (decimal): -11976655 or 3227721. OLE color: 3227721.

HSL color Cylindrical-coordinate representation of color #494031: hue angle of 37.5º degrees, saturation: 0.2, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #494031 is Cyan = 0, Magento = 0.12, Yellow = 0.33 and Black (K on CMYK) = 0.71.

Color convert

RGB736449-
CMYK00.120.330.71
HSL37.5º19.67%23.92%-
HSV(B)37.5º32.88%28.63%-
XYZ5.145.313.66-
YUV64.98118.98133.72-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 39.25%
GREEN value IS 64 (25.39% from 255) = 34.41%
BLUE value IS 49 (19.53% from 255) = 26.34%
R=39.25%
G=34.41%
B=26.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.33
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73644900.120.330.7137.519.6723.92
Hex4940310C2147261418
Octal1111006101441107462430
Binary100100110000001100010110010000110001111001101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494031; }

 p { color: rgb(73,64,49); }

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

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

 a { background-color: rgb(73,64,49); }

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

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

 span { border-color: rgb(73,64,49); }

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