#404B29

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

Shades of Bronzetone #404B29

Tints of Bronzetone #404B29

Color information

#404B29 (or 0x404B29) is unknown color: approx Bronzetone. HEX triplet: 40, 4B and 29. RGB value is (64,75,41). Sum of RGB (Red+Green+Blue) = 64+75+41=180 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.56% from 180); Green value is 75 (29.69% from 255 or 41.67% from 180); Blue value is 41 (16.41% from 255 or 22.78% from 180); Max value from RGB is 75 - color contains mainly: green. Hex color #404B29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404B29 is #BFB4D6. Grayscale: #434343. Windows color (decimal): -12563671 or 2706240. OLE color: 2706240.

HSL color Cylindrical-coordinate representation of color #404B29: hue angle of 79.41º degrees, saturation: 0.29, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #404B29 is Cyan = 0.15, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.71.

Color convert

RGB647541-
CMYK0.1500.450.71
HSL79.41º29.31%22.75%-
HSV(B)79.41º45.33%29.41%-
XYZ5.036.283.05-
YUV67.84112.86125.26-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 35.56%
GREEN value IS 75 (29.69% from 255) = 41.67%
BLUE value IS 41 (16.41% from 255) = 22.78%
R=35.56%
G=41.67%
B=22.78%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6475410.1500.450.7179.4129.3122.75
Hex404B29F02D474f1d17
Octal10011351170551071173527
Binary1000000100101110100111110101101100011110011111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404B29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404B29; }

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

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

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

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

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

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

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

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