#404721

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

Shades of Bronzetone #404721

Tints of Bronzetone #404721

Color information

#404721 (or 0x404721) is unknown color: approx Bronzetone. HEX triplet: 40, 47 and 21. RGB value is (64,71,33). Sum of RGB (Red+Green+Blue) = 64+71+33=168 (22% of max value = 765). Red value is 64 (25.39% from 255 or 38.10% from 168); Green value is 71 (28.12% from 255 or 42.26% from 168); Blue value is 33 (13.28% from 255 or 19.64% from 168); Max value from RGB is 71 - color contains mainly: green. Hex color #404721 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404721 is #BFB8DE. Grayscale: #404040. Windows color (decimal): -12564703 or 2180928. OLE color: 2180928.

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

Color convert

RGB647133-
CMYK0.1000.540.72
HSL71.05º36.54%20.39%-
HSV(B)71.05º53.52%27.84%-
XYZ4.645.712.3-
YUV64.58110.18127.59-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 38.10%
GREEN value IS 71 (28.12% from 255) = 42.26%
BLUE value IS 33 (13.28% from 255) = 19.64%
R=38.10%
G=42.26%
B=19.64%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6471330.1000.540.7271.0536.5420.39
Hex404721A03648472514
Octal10010741120661101074524
Binary10000001000111100001101001101101001000100011110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404721

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404721; }

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

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

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

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

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

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

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

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