#495329

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

Shades of Bronzetone #495329

Tints of Bronzetone #495329

Color information

#495329 (or 0x495329) is unknown color: approx Bronzetone. HEX triplet: 49, 53 and 29. RGB value is (73,83,41). Sum of RGB (Red+Green+Blue) = 73+83+41=197 (26% of max value = 765). Red value is 73 (28.91% from 255 or 37.06% from 197); Green value is 83 (32.81% from 255 or 42.13% from 197); Blue value is 41 (16.41% from 255 or 20.81% from 197); Max value from RGB is 83 - color contains mainly: green. Hex color #495329 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495329 is #B6ACD6. Grayscale: #4B4B4B. Windows color (decimal): -11971799 or 2708297. OLE color: 2708297.

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

Color convert

RGB738341-
CMYK0.1200.510.67
HSL74.29º33.87%24.31%-
HSV(B)74.29º50.6%32.55%-
XYZ6.247.763.27-
YUV75.22108.69126.42-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 37.06%
GREEN value IS 83 (32.81% from 255) = 42.13%
BLUE value IS 41 (16.41% from 255) = 20.81%
R=37.06%
G=42.13%
B=20.81%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7383410.1200.510.6774.2933.8724.31
Hex495329C033434a2218
Octal11112351140631031124230
Binary10010011010011101001110001100111000011100101010001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495329; }

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

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

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

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

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

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

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

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