#404725

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

Shades of Bronzetone #404725

Tints of Bronzetone #404725

Color information

#404725 (or 0x404725) is unknown color: approx Bronzetone. HEX triplet: 40, 47 and 25. RGB value is (64,71,37). Sum of RGB (Red+Green+Blue) = 64+71+37=172 (22% of max value = 765). Red value is 64 (25.39% from 255 or 37.21% from 172); Green value is 71 (28.12% from 255 or 41.28% from 172); Blue value is 37 (14.84% from 255 or 21.51% from 172); Max value from RGB is 71 - color contains mainly: green. Hex color #404725 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404725 is #BFB8DA. Grayscale: #414141. Windows color (decimal): -12564699 or 2443072. OLE color: 2443072.

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

Color convert

RGB647137-
CMYK0.1000.480.72
HSL72.35º31.48%21.18%-
HSV(B)72.35º47.89%27.84%-
XYZ4.75.732.61-
YUV65.03112.18127.26-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 37.21%
GREEN value IS 71 (28.12% from 255) = 41.28%
BLUE value IS 37 (14.84% from 255) = 21.51%
R=37.21%
G=41.28%
B=21.51%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6471370.1000.480.7272.3531.4821.18
Hex404725A03048481f15
Octal10010745120601101103725
Binary1000000100011110010110100110000100100010010001111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404725

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404725; }

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

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

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

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

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

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

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

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