#40482D

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

Shades of Bronzetone #40482D

Tints of Bronzetone #40482D

Color information

#40482D (or 0x40482D) is unknown color: approx Bronzetone. HEX triplet: 40, 48 and 2D. RGB value is (64,72,45). Sum of RGB (Red+Green+Blue) = 64+72+45=181 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.36% from 181); Green value is 72 (28.52% from 255 or 39.78% from 181); Blue value is 45 (17.97% from 255 or 24.86% from 181); Max value from RGB is 72 - color contains mainly: green. Hex color #40482D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40482D is #BFB7D2. Grayscale: #424242. Windows color (decimal): -12564435 or 2967616. OLE color: 2967616.

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

Color convert

RGB647245-
CMYK0.1100.380.72
HSL77.78º23.08%22.94%-
HSV(B)77.78º37.5%28.24%-
XYZ4.915.913.37-
YUV66.53115.85126.2-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 35.36%
GREEN value IS 72 (28.52% from 255) = 39.78%
BLUE value IS 45 (17.97% from 255) = 24.86%
R=35.36%
G=39.78%
B=24.86%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6472450.1100.380.7277.7823.0822.94
Hex40482DB026484e1717
Octal10011055130461101162727
Binary1000000100100010110110110100110100100010011101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40482D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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