#40472E

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

Shades of Bronzetone #40472E

Tints of Bronzetone #40472E

Color information

#40472E (or 0x40472E) is unknown color: approx Bronzetone. HEX triplet: 40, 47 and 2E. RGB value is (64,71,46). Sum of RGB (Red+Green+Blue) = 64+71+46=181 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.36% from 181); Green value is 71 (28.12% from 255 or 39.23% from 181); Blue value is 46 (18.36% from 255 or 25.41% from 181); Max value from RGB is 71 - color contains mainly: green. Hex color #40472E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40472E is #BFB8D1. Grayscale: #424242. Windows color (decimal): -12564690 or 3032896. OLE color: 3032896.

HSL color Cylindrical-coordinate representation of color #40472E: hue angle of 76.8º degrees, saturation: 0.21, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #40472E is Cyan = 0.10, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.72.

Color convert

RGB647146-
CMYK0.1000.350.72
HSL76.8º21.37%22.94%-
HSV(B)76.8º35.21%27.84%-
XYZ4.865.793.45-
YUV66.06116.68126.53-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 35.36%
GREEN value IS 71 (28.12% from 255) = 39.23%
BLUE value IS 46 (18.36% from 255) = 25.41%
R=35.36%
G=39.23%
B=25.41%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6471460.1000.350.7276.821.3722.94
Hex40472EA023484d1517
Octal10010756120431101152527
Binary1000000100011110111010100100011100100010011011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40472E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40472E; }

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

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

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

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

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

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

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

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