#404726

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

Shades of Bronzetone #404726

Tints of Bronzetone #404726

Color information

#404726 (or 0x404726) is unknown color: approx Bronzetone. HEX triplet: 40, 47 and 26. RGB value is (64,71,38). Sum of RGB (Red+Green+Blue) = 64+71+38=173 (22% of max value = 765). Red value is 64 (25.39% from 255 or 36.99% from 173); Green value is 71 (28.12% from 255 or 41.04% from 173); Blue value is 38 (15.23% from 255 or 21.97% from 173); Max value from RGB is 71 - color contains mainly: green. Hex color #404726 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404726 is #BFB8D9. Grayscale: #414141. Windows color (decimal): -12564698 or 2508608. OLE color: 2508608.

HSL color Cylindrical-coordinate representation of color #404726: hue angle of 72.73º degrees, saturation: 0.3, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #404726 is Cyan = 0.10, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.72.

Color convert

RGB647138-
CMYK0.1000.460.72
HSL72.73º30.28%21.37%-
HSV(B)72.73º46.48%27.84%-
XYZ4.725.742.69-
YUV65.14112.68127.18-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 36.99%
GREEN value IS 71 (28.12% from 255) = 41.04%
BLUE value IS 38 (15.23% from 255) = 21.97%
R=36.99%
G=41.04%
B=21.97%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6471380.1000.460.7272.7330.2821.37
Hex404726A02E48491e15
Octal10010746120561101113625
Binary1000000100011110011010100101110100100010010011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404726

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404726; }

 p { color: rgb(64,71,38); }

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

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

 a { background-color: rgb(64,71,38); }

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

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

 span { border-color: rgb(64,71,38); }

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