#40492C

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

Shades of Bronzetone #40492C

Tints of Bronzetone #40492C

Color information

#40492C (or 0x40492C) is unknown color: approx Bronzetone. HEX triplet: 40, 49 and 2C. RGB value is (64,73,44). Sum of RGB (Red+Green+Blue) = 64+73+44=181 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.36% from 181); Green value is 73 (28.91% from 255 or 40.33% from 181); Blue value is 44 (17.58% from 255 or 24.31% from 181); Max value from RGB is 73 - color contains mainly: green. Hex color #40492C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40492C is #BFB6D3. Grayscale: #434343. Windows color (decimal): -12564180 or 2902336. OLE color: 2902336.

HSL color Cylindrical-coordinate representation of color #40492C: hue angle of 78.62º degrees, saturation: 0.25, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #40492C is Cyan = 0.12, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.71.

Color convert

RGB647344-
CMYK0.1200.400.71
HSL78.62º24.79%22.94%-
HSV(B)78.62º39.73%28.63%-
XYZ4.956.043.29-
YUV67115.02125.86-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 35.36%
GREEN value IS 73 (28.91% from 255) = 40.33%
BLUE value IS 44 (17.58% from 255) = 24.31%
R=35.36%
G=40.33%
B=24.31%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6473440.1200.400.7178.6224.7922.94
Hex40492CC028474f1917
Octal10011154140501071173127
Binary1000000100100110110011000101000100011110011111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40492C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40492C; }

 p { color: rgb(64,73,44); }

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

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

 a { background-color: rgb(64,73,44); }

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

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

 span { border-color: rgb(64,73,44); }

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