#404724

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

Shades of Bronzetone #404724

Tints of Bronzetone #404724

Color information

#404724 (or 0x404724) is unknown color: approx Bronzetone. HEX triplet: 40, 47 and 24. RGB value is (64,71,36). Sum of RGB (Red+Green+Blue) = 64+71+36=171 (22% of max value = 765). Red value is 64 (25.39% from 255 or 37.43% from 171); Green value is 71 (28.12% from 255 or 41.52% from 171); Blue value is 36 (14.45% from 255 or 21.05% from 171); Max value from RGB is 71 - color contains mainly: green. Hex color #404724 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404724 is #BFB8DB. Grayscale: #414141. Windows color (decimal): -12564700 or 2377536. OLE color: 2377536.

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

Color convert

RGB647136-
CMYK0.1000.490.72
HSL72º32.71%20.98%-
HSV(B)72º49.3%27.84%-
XYZ4.695.722.53-
YUV64.92111.68127.35-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 37.43%
GREEN value IS 71 (28.12% from 255) = 41.52%
BLUE value IS 36 (14.45% from 255) = 21.05%
R=37.43%
G=41.52%
B=21.05%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6471360.1000.490.727232.7120.98
Hex404724A03148482115
Octal10010744120611101104125
Binary10000001000111100100101001100011001000100100010000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404724

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404724; }

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

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

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

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

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

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

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

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