#493F30

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

Shades of Deep Bronze #493F30

Tints of Deep Bronze #493F30

Color information

#493F30 (or 0x493F30) is unknown color: approx Deep Bronze. HEX triplet: 49, 3F and 30. RGB value is (73,63,48). Sum of RGB (Red+Green+Blue) = 73+63+48=184 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.67% from 184); Green value is 63 (25% from 255 or 34.24% from 184); Blue value is 48 (19.14% from 255 or 26.09% from 184); Max value from RGB is 73 - color contains mainly: red. Hex color #493F30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493F30 is #B6C0CF. Grayscale: #404040. Windows color (decimal): -11976912 or 3161929. OLE color: 3161929.

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

Color convert

RGB736348-
CMYK00.140.340.71
HSL36º20.66%23.73%-
HSV(B)36º34.25%28.63%-
XYZ5.065.183.53-
YUV64.28118.81134.22-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 39.67%
GREEN value IS 63 (25% from 255) = 34.24%
BLUE value IS 48 (19.14% from 255) = 26.09%
R=39.67%
G=34.24%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.34
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73634800.140.340.713620.6623.73
Hex493F300E2247241518
Octal111776001642107442530
Binary10010011111111100000111010001010001111001001010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493F30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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