#475224

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

Shades of Bronzetone #475224

Tints of Bronzetone #475224

Color information

#475224 (or 0x475224) is unknown color: approx Bronzetone. HEX triplet: 47, 52 and 24. RGB value is (71,82,36). Sum of RGB (Red+Green+Blue) = 71+82+36=189 (25% of max value = 765). Red value is 71 (28.12% from 255 or 37.57% from 189); Green value is 82 (32.42% from 255 or 43.39% from 189); Blue value is 36 (14.45% from 255 or 19.05% from 189); Max value from RGB is 82 - color contains mainly: green. Hex color #475224 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #475224 is #B8ADDB. Grayscale: #494949. Windows color (decimal): -12103132 or 2380359. OLE color: 2380359.

HSL color Cylindrical-coordinate representation of color #475224: hue angle of 74.35º degrees, saturation: 0.39, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #475224 is Cyan = 0.13, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.68.

Color convert

RGB718236-
CMYK0.1300.560.68
HSL74.35º38.98%23.14%-
HSV(B)74.35º56.1%32.16%-
XYZ5.937.52.8-
YUV73.47106.86126.24-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 37.57%
GREEN value IS 82 (32.42% from 255) = 43.39%
BLUE value IS 36 (14.45% from 255) = 19.05%
R=37.57%
G=43.39%
B=19.05%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7182360.1300.560.6874.3538.9823.14
Hex475224D038444a2717
Octal10712244150701041124727
Binary10001111010010100100110101110001000100100101010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475224; }

 p { color: rgb(71,82,36); }

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

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

 a { background-color: rgb(71,82,36); }

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

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

 span { border-color: rgb(71,82,36); }

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