#40471F

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

Shades of Bronzetone #40471F

Tints of Bronzetone #40471F

Color information

#40471F (or 0x40471F) is unknown color: approx Bronzetone. HEX triplet: 40, 47 and 1F. RGB value is (64,71,31). Sum of RGB (Red+Green+Blue) = 64+71+31=166 (21% of max value = 765). Red value is 64 (25.39% from 255 or 38.55% from 166); Green value is 71 (28.12% from 255 or 42.77% from 166); Blue value is 31 (12.5% from 255 or 18.67% from 166); Max value from RGB is 71 - color contains mainly: green. Hex color #40471F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40471F is #BFB8E0. Grayscale: #404040. Windows color (decimal): -12564705 or 2049856. OLE color: 2049856.

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

Color convert

RGB647131-
CMYK0.1000.560.72
HSL70.5º39.22%20%-
HSV(B)70.5º56.34%27.84%-
XYZ4.615.72.15-
YUV64.35109.18127.75-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 38.55%
GREEN value IS 71 (28.12% from 255) = 42.77%
BLUE value IS 31 (12.5% from 255) = 18.67%
R=38.55%
G=42.77%
B=18.67%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6471310.1000.560.7270.539.2220
Hex40471FA03848462714
Octal10010737120701101064724
Binary1000000100011111111101001110001001000100011010011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40471F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40471F; }

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

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

<style>
 a { background-color: #40471F; }

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

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

<style>
 span { border-color: #40471F; }

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

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