#404528

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

Shades of Bronzetone #404528

Tints of Bronzetone #404528

Color information

#404528 (or 0x404528) is unknown color: approx Bronzetone. HEX triplet: 40, 45 and 28. RGB value is (64,69,40). Sum of RGB (Red+Green+Blue) = 64+69+40=173 (22% of max value = 765). Red value is 64 (25.39% from 255 or 36.99% from 173); Green value is 69 (27.34% from 255 or 39.88% from 173); Blue value is 40 (16.02% from 255 or 23.12% from 173); Max value from RGB is 69 - color contains mainly: green. Hex color #404528 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404528 is #BFBAD7. Grayscale: #404040. Windows color (decimal): -12565208 or 2639168. OLE color: 2639168.

HSL color Cylindrical-coordinate representation of color #404528: hue angle of 70.34º degrees, saturation: 0.27, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #404528 is Cyan = 0.07, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.73.

Color convert

RGB646940-
CMYK0.0700.420.73
HSL70.34º26.61%21.37%-
HSV(B)70.34º42.03%27.06%-
XYZ4.635.52.83-
YUV64.2114.34127.86-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 36.99%
GREEN value IS 69 (27.34% from 255) = 39.88%
BLUE value IS 40 (16.02% from 255) = 23.12%
R=36.99%
G=39.88%
B=23.12%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6469400.0700.420.7370.3426.6121.37
Hex404528702A49461b15
Octal1001055070521111063325
Binary100000010001011010001110101010100100110001101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404528; }

 p { color: rgb(64,69,40); }

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

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

 a { background-color: rgb(64,69,40); }

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

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

 span { border-color: rgb(64,69,40); }

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