#493F31

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

Shades of Deep Bronze #493F31

Tints of Deep Bronze #493F31

Color information

#493F31 (or 0x493F31) is unknown color: approx Deep Bronze. HEX triplet: 49, 3F and 31. RGB value is (73,63,49). Sum of RGB (Red+Green+Blue) = 73+63+49=185 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.46% from 185); Green value is 63 (25% from 255 or 34.05% from 185); Blue value is 49 (19.53% from 255 or 26.49% from 185); Max value from RGB is 73 - color contains mainly: red. Hex color #493F31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493F31 is #B6C0CE. Grayscale: #404040. Windows color (decimal): -11976911 or 3227465. OLE color: 3227465.

HSL color Cylindrical-coordinate representation of color #493F31: hue angle of 35º 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 #493F31 is Cyan = 0, Magento = 0.14, Yellow = 0.33 and Black (K on CMYK) = 0.71.

Color convert

RGB736349-
CMYK00.140.330.71
HSL35º19.67%23.92%-
HSV(B)35º32.88%28.63%-
XYZ5.085.193.64-
YUV64.39119.31134.14-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 39.46%
GREEN value IS 63 (25% from 255) = 34.05%
BLUE value IS 49 (19.53% from 255) = 26.49%
R=39.46%
G=34.05%
B=26.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.33
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73634900.140.330.713519.6723.92
Hex493F310E2147231418
Octal111776101641107432430
Binary10010011111111100010111010000110001111000111010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493F31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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