#40482C

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

Shades of Bronzetone #40482C

Tints of Bronzetone #40482C

Color information

#40482C (or 0x40482C) is unknown color: approx Bronzetone. HEX triplet: 40, 48 and 2C. RGB value is (64,72,44). Sum of RGB (Red+Green+Blue) = 64+72+44=180 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.56% from 180); Green value is 72 (28.52% from 255 or 40% from 180); Blue value is 44 (17.58% from 255 or 24.44% from 180); Max value from RGB is 72 - color contains mainly: green. Hex color #40482C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40482C is #BFB7D3. Grayscale: #424242. Windows color (decimal): -12564436 or 2902080. OLE color: 2902080.

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

Color convert

RGB647244-
CMYK0.1100.390.72
HSL77.14º24.14%22.75%-
HSV(B)77.14º38.89%28.24%-
XYZ4.895.913.27-
YUV66.42115.35126.28-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 35.56%
GREEN value IS 72 (28.52% from 255) = 40%
BLUE value IS 44 (17.58% from 255) = 24.44%
R=35.56%
G=40%
B=24.44%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6472440.1100.390.7277.1424.1422.75
Hex40482CB027484d1817
Octal10011054130471101153027
Binary1000000100100010110010110100111100100010011011100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40482C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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