#404E1D

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

Shades of Bronzetone #404E1D

Tints of Bronzetone #404E1D

Color information

#404E1D (or 0x404E1D) is unknown color: approx Bronzetone. HEX triplet: 40, 4E and 1D. RGB value is (64,78,29). Sum of RGB (Red+Green+Blue) = 64+78+29=171 (22% of max value = 765). Red value is 64 (25.39% from 255 or 37.43% from 171); Green value is 78 (30.86% from 255 or 45.61% from 171); Blue value is 29 (11.72% from 255 or 16.96% from 171); Max value from RGB is 78 - color contains mainly: green. Hex color #404E1D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #404E1D is #BFB1E2. Grayscale: #444444. Windows color (decimal): -12562915 or 1920576. OLE color: 1920576.

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

Color convert

RGB647829-
CMYK0.1800.630.69
HSL77.14º45.79%20.98%-
HSV(B)77.14º62.82%30.59%-
XYZ5.066.632.17-
YUV68.23105.86124.98-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 37.43%
GREEN value IS 78 (30.86% from 255) = 45.61%
BLUE value IS 29 (11.72% from 255) = 16.96%
R=37.43%
G=45.61%
B=16.96%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6478290.1800.630.6977.1445.7920.98
Hex404E1D1203F454d2e15
Octal10011635220771051155625
Binary10000001001110111011001001111111000101100110110111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404E1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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