#494F2B

Color #494F2B Bronzetone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bronzetone #494F2B

Tints of Bronzetone #494F2B

Color information

#494F2B (or 0x494F2B) is unknown color: approx Bronzetone. HEX triplet: 49, 4F and 2B. RGB value is (73,79,43). Sum of RGB (Red+Green+Blue) = 73+79+43=195 (25% of max value = 765). Red value is 73 (28.91% from 255 or 37.44% from 195); Green value is 79 (31.25% from 255 or 40.51% from 195); Blue value is 43 (17.19% from 255 or 22.05% from 195); Max value from RGB is 79 - color contains mainly: green. Hex color #494F2B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #494F2B is #B6B0D4. Grayscale: #494949. Windows color (decimal): -11972821 or 2838345. OLE color: 2838345.

HSL color Cylindrical-coordinate representation of color #494F2B: hue angle of 70º degrees, saturation: 0.3, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #494F2B is Cyan = 0.08, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.69.

Color convert

RGB737943-
CMYK0.0800.460.69
HSL70º29.51%23.92%-
HSV(B)70º45.57%30.98%-
XYZ5.987.183.36-
YUV73.1111.01127.93-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 37.44%
GREEN value IS 79 (31.25% from 255) = 40.51%
BLUE value IS 43 (17.19% from 255) = 22.05%
R=37.44%
G=40.51%
B=22.05%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7379430.0800.460.697029.5123.92
Hex494F2B802E45461e18
Octal11111753100561051063630
Binary1001001100111110101110000101110100010110001101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494F2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494F2B; }

 p { color: rgb(73,79,43); }

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

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

 a { background-color: rgb(73,79,43); }

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

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

 span { border-color: rgb(73,79,43); }

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