#404626

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

Shades of Bronzetone #404626

Tints of Bronzetone #404626

Color information

#404626 (or 0x404626) is unknown color: approx Bronzetone. HEX triplet: 40, 46 and 26. RGB value is (64,70,38). Sum of RGB (Red+Green+Blue) = 64+70+38=172 (22% of max value = 765). Red value is 64 (25.39% from 255 or 37.21% from 172); Green value is 70 (27.73% from 255 or 40.70% from 172); Blue value is 38 (15.23% from 255 or 22.09% from 172); Max value from RGB is 70 - color contains mainly: green. Hex color #404626 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404626 is #BFB9D9. Grayscale: #404040. Windows color (decimal): -12564954 or 2508352. OLE color: 2508352.

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

Color convert

RGB647038-
CMYK0.0900.460.73
HSL71.25º29.63%21.18%-
HSV(B)71.25º45.71%27.45%-
XYZ4.655.612.67-
YUV64.56113.01127.6-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 37.21%
GREEN value IS 70 (27.73% from 255) = 40.70%
BLUE value IS 38 (15.23% from 255) = 22.09%
R=37.21%
G=40.70%
B=22.09%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6470380.0900.460.7371.2529.6321.18
Hex404626902E49471e15
Octal10010646110561111073625
Binary1000000100011010011010010101110100100110001111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404626; }

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

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

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

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

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

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

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

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