#404E28

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

Shades of Bronzetone #404E28

Tints of Bronzetone #404E28

Color information

#404E28 (or 0x404E28) is unknown color: approx Bronzetone. HEX triplet: 40, 4E and 28. RGB value is (64,78,40). Sum of RGB (Red+Green+Blue) = 64+78+40=182 (24% of max value = 765). Red value is 64 (25.39% from 255 or 35.16% from 182); Green value is 78 (30.86% from 255 or 42.86% from 182); Blue value is 40 (16.02% from 255 or 21.98% from 182); Max value from RGB is 78 - color contains mainly: green. Hex color #404E28 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #404E28 is #BFB1D7. Grayscale: #454545. Windows color (decimal): -12562904 or 2641472. OLE color: 2641472.

HSL color Cylindrical-coordinate representation of color #404E28: hue angle of 82.11º degrees, saturation: 0.32, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #404E28 is Cyan = 0.18, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.69.

Color convert

RGB647840-
CMYK0.1800.490.69
HSL82.11º32.2%23.14%-
HSV(B)82.11º48.72%30.59%-
XYZ5.226.693.02-
YUV69.48111.36124.09-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 35.16%
GREEN value IS 78 (30.86% from 255) = 42.86%
BLUE value IS 40 (16.02% from 255) = 21.98%
R=35.16%
G=42.86%
B=21.98%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6478400.1800.490.6982.1132.223.14
Hex404E281203145522017
Octal10011650220611051224027
Binary100000010011101010001001001100011000101101001010000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404E28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404E28; }

 p { color: rgb(64,78,40); }

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

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

 a { background-color: rgb(64,78,40); }

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

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

 span { border-color: rgb(64,78,40); }

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