#495429

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

Shades of Bronzetone #495429

Tints of Bronzetone #495429

Color information

#495429 (or 0x495429) is unknown color: approx Bronzetone. HEX triplet: 49, 54 and 29. RGB value is (73,84,41). Sum of RGB (Red+Green+Blue) = 73+84+41=198 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.87% from 198); Green value is 84 (33.20% from 255 or 42.42% from 198); Blue value is 41 (16.41% from 255 or 20.71% from 198); Max value from RGB is 84 - color contains mainly: green. Hex color #495429 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495429 is #B6ABD6. Grayscale: #4B4B4B. Windows color (decimal): -11971543 or 2708553. OLE color: 2708553.

HSL color Cylindrical-coordinate representation of color #495429: hue angle of 75.35º degrees, saturation: 0.34, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #495429 is Cyan = 0.13, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.67.

Color convert

RGB738441-
CMYK0.1300.510.67
HSL75.35º34.4%24.51%-
HSV(B)75.35º51.19%32.94%-
XYZ6.327.923.29-
YUV75.81108.36126-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 36.87%
GREEN value IS 84 (33.20% from 255) = 42.42%
BLUE value IS 41 (16.41% from 255) = 20.71%
R=36.87%
G=42.42%
B=20.71%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7384410.1300.510.6775.3534.424.51
Hex495429D033434b2219
Octal11112451150631031134231
Binary10010011010100101001110101100111000011100101110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495429; }

 p { color: rgb(73,84,41); }

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

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

 a { background-color: rgb(73,84,41); }

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

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

 span { border-color: rgb(73,84,41); }

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