#475329

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

Shades of Bronzetone #475329

Tints of Bronzetone #475329

Color information

#475329 (or 0x475329) is unknown color: approx Bronzetone. HEX triplet: 47, 53 and 29. RGB value is (71,83,41). Sum of RGB (Red+Green+Blue) = 71+83+41=195 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.41% from 195); Green value is 83 (32.81% from 255 or 42.56% from 195); Blue value is 41 (16.41% from 255 or 21.03% from 195); Max value from RGB is 83 - color contains mainly: green. Hex color #475329 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #475329 is #B8ACD6. Grayscale: #4A4A4A. Windows color (decimal): -12102871 or 2708295. OLE color: 2708295.

HSL color Cylindrical-coordinate representation of color #475329: hue angle of 77.14º 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 #475329 is Cyan = 0.14, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.67.

Color convert

RGB718341-
CMYK0.1400.510.67
HSL77.14º33.87%24.31%-
HSV(B)77.14º50.6%32.55%-
XYZ6.097.693.26-
YUV74.62109.02125.42-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 36.41%
GREEN value IS 83 (32.81% from 255) = 42.56%
BLUE value IS 41 (16.41% from 255) = 21.03%
R=36.41%
G=42.56%
B=21.03%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7183410.1400.510.6777.1433.8724.31
Hex475329E033434d2218
Octal10712351160631031154230
Binary10001111010011101001111001100111000011100110110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475329; }

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

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

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

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

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

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

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

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