#40462A

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

Shades of Bronzetone #40462A

Tints of Bronzetone #40462A

Color information

#40462A (or 0x40462A) is unknown color: approx Bronzetone. HEX triplet: 40, 46 and 2A. RGB value is (64,70,42). Sum of RGB (Red+Green+Blue) = 64+70+42=176 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.36% from 176); Green value is 70 (27.73% from 255 or 39.77% from 176); Blue value is 42 (16.80% from 255 or 23.86% from 176); Max value from RGB is 70 - color contains mainly: green. Hex color #40462A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40462A is #BFB9D5. Grayscale: #414141. Windows color (decimal): -12564950 or 2770496. OLE color: 2770496.

HSL color Cylindrical-coordinate representation of color #40462A: hue angle of 72.86º degrees, saturation: 0.25, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #40462A is Cyan = 0.09, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.73.

Color convert

RGB647042-
CMYK0.0900.400.73
HSL72.86º25%21.96%-
HSV(B)72.86º40%27.45%-
XYZ4.725.643.03-
YUV65.01115.01127.28-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 36.36%
GREEN value IS 70 (27.73% from 255) = 39.77%
BLUE value IS 42 (16.80% from 255) = 23.86%
R=36.36%
G=39.77%
B=23.86%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6470420.0900.400.7372.862521.96
Hex40462A902849491916
Octal10010652110501111113126
Binary1000000100011010101010010101000100100110010011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40462A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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