#40491D

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

Shades of Bronzetone #40491D

Tints of Bronzetone #40491D

Color information

#40491D (or 0x40491D) is unknown color: approx Bronzetone. HEX triplet: 40, 49 and 1D. RGB value is (64,73,29). Sum of RGB (Red+Green+Blue) = 64+73+29=166 (21% of max value = 765). Red value is 64 (25.39% from 255 or 38.55% from 166); Green value is 73 (28.91% from 255 or 43.98% from 166); Blue value is 29 (11.72% from 255 or 17.47% from 166); Max value from RGB is 73 - color contains mainly: green. Hex color #40491D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40491D is #BFB6E2. Grayscale: #414141. Windows color (decimal): -12564195 or 1919296. OLE color: 1919296.

HSL color Cylindrical-coordinate representation of color #40491D: hue angle of 72.27º degrees, saturation: 0.43, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #40491D is Cyan = 0.12, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.71.

Color convert

RGB647329-
CMYK0.1200.600.71
HSL72.27º43.14%20%-
HSV(B)72.27º60.27%28.63%-
XYZ4.725.942.06-
YUV65.29107.52127.08-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 38.55%
GREEN value IS 73 (28.91% from 255) = 43.98%
BLUE value IS 29 (11.72% from 255) = 17.47%
R=38.55%
G=43.98%
B=17.47%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6473290.1200.600.7172.2743.1420
Hex40491DC03C47482b14
Octal10011135140741071105324
Binary1000000100100111101110001111001000111100100010101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40491D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40491D; }

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

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

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

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

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

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

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

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