#40472B

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

Shades of Bronzetone #40472B

Tints of Bronzetone #40472B

Color information

#40472B (or 0x40472B) is unknown color: approx Bronzetone. HEX triplet: 40, 47 and 2B. RGB value is (64,71,43). Sum of RGB (Red+Green+Blue) = 64+71+43=178 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.96% from 178); Green value is 71 (28.12% from 255 or 39.89% from 178); Blue value is 43 (17.19% from 255 or 24.16% from 178); Max value from RGB is 71 - color contains mainly: green. Hex color #40472B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40472B is #BFB8D4. Grayscale: #414141. Windows color (decimal): -12564693 or 2836288. OLE color: 2836288.

HSL color Cylindrical-coordinate representation of color #40472B: hue angle of 75º degrees, saturation: 0.25, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #40472B is Cyan = 0.10, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.72.

Color convert

RGB647143-
CMYK0.1000.390.72
HSL75º24.56%22.35%-
HSV(B)75º39.44%27.84%-
XYZ4.85.773.15-
YUV65.72115.18126.78-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 35.96%
GREEN value IS 71 (28.12% from 255) = 39.89%
BLUE value IS 43 (17.19% from 255) = 24.16%
R=35.96%
G=39.89%
B=24.16%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6471430.1000.390.727524.5622.35
Hex40472BA027484b1916
Octal10010753120471101133126
Binary1000000100011110101110100100111100100010010111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40472B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40472B; }

 p { color: rgb(64,71,43); }

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

<style>
 a { background-color: #40472B; }

 a { background-color: rgb(64,71,43); }

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

<style>
 span { border-color: #40472B; }

 span { border-color: rgb(64,71,43); }

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