#404629

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

Shades of Bronzetone #404629

Tints of Bronzetone #404629

Color information

#404629 (or 0x404629) is unknown color: approx Bronzetone. HEX triplet: 40, 46 and 29. RGB value is (64,70,41). Sum of RGB (Red+Green+Blue) = 64+70+41=175 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.57% from 175); Green value is 70 (27.73% from 255 or 40% from 175); Blue value is 41 (16.41% from 255 or 23.43% from 175); Max value from RGB is 70 - color contains mainly: green. Hex color #404629 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404629 is #BFB9D6. Grayscale: #414141. Windows color (decimal): -12564951 or 2704960. OLE color: 2704960.

HSL color Cylindrical-coordinate representation of color #404629: hue angle of 72.41º degrees, saturation: 0.26, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #404629 is Cyan = 0.09, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.73.

Color convert

RGB647041-
CMYK0.0900.410.73
HSL72.41º26.13%21.76%-
HSV(B)72.41º41.43%27.45%-
XYZ4.75.632.94-
YUV64.9114.51127.36-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 36.57%
GREEN value IS 70 (27.73% from 255) = 40%
BLUE value IS 41 (16.41% from 255) = 23.43%
R=36.57%
G=40%
B=23.43%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6470410.0900.410.7372.4126.1321.76
Hex404629902949481a16
Octal10010651110511111103226
Binary1000000100011010100110010101001100100110010001101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404629

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404629; }

 p { color: rgb(64,70,41); }

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

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

 a { background-color: rgb(64,70,41); }

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

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

 span { border-color: rgb(64,70,41); }

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