#40482E

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

Shades of Bronzetone #40482E

Tints of Bronzetone #40482E

Color information

#40482E (or 0x40482E) is unknown color: approx Bronzetone. HEX triplet: 40, 48 and 2E. RGB value is (64,72,46). Sum of RGB (Red+Green+Blue) = 64+72+46=182 (24% of max value = 765). Red value is 64 (25.39% from 255 or 35.16% from 182); Green value is 72 (28.52% from 255 or 39.56% from 182); Blue value is 46 (18.36% from 255 or 25.27% from 182); Max value from RGB is 72 - color contains mainly: green. Hex color #40482E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40482E is #BFB7D1. Grayscale: #424242. Windows color (decimal): -12564434 or 3033152. OLE color: 3033152.

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

Color convert

RGB647246-
CMYK0.1100.360.72
HSL78.46º22.03%23.14%-
HSV(B)78.46º36.11%28.24%-
XYZ4.925.923.47-
YUV66.64116.35126.11-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 35.16%
GREEN value IS 72 (28.52% from 255) = 39.56%
BLUE value IS 46 (18.36% from 255) = 25.27%
R=35.16%
G=39.56%
B=25.27%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6472460.1100.360.7278.4622.0323.14
Hex40482EB024484e1617
Octal10011056130441101162627
Binary1000000100100010111010110100100100100010011101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40482E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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