#40482A

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

Shades of Bronzetone #40482A

Tints of Bronzetone #40482A

Color information

#40482A (or 0x40482A) is unknown color: approx Bronzetone. HEX triplet: 40, 48 and 2A. RGB value is (64,72,42). Sum of RGB (Red+Green+Blue) = 64+72+42=178 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.96% from 178); Green value is 72 (28.52% from 255 or 40.45% from 178); Blue value is 42 (16.80% from 255 or 23.60% from 178); Max value from RGB is 72 - color contains mainly: green. Hex color #40482A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40482A is #BFB7D5. Grayscale: #424242. Windows color (decimal): -12564438 or 2771008. OLE color: 2771008.

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

Color convert

RGB647242-
CMYK0.1100.420.72
HSL76º26.32%22.35%-
HSV(B)76º41.67%28.24%-
XYZ4.855.893.07-
YUV66.19114.35126.44-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 35.96%
GREEN value IS 72 (28.52% from 255) = 40.45%
BLUE value IS 42 (16.80% from 255) = 23.60%
R=35.96%
G=40.45%
B=23.60%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6472420.1100.420.727626.3222.35
Hex40482AB02A484c1a16
Octal10011052130521101143226
Binary1000000100100010101010110101010100100010011001101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40482A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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