#40501E

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

Shades of Bronzetone #40501E

Tints of Bronzetone #40501E

Color information

#40501E (or 0x40501E) is unknown color: approx Bronzetone. HEX triplet: 40, 50 and 1E. RGB value is (64,80,30). Sum of RGB (Red+Green+Blue) = 64+80+30=174 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.78% from 174); Green value is 80 (31.64% from 255 or 45.98% from 174); Blue value is 30 (12.11% from 255 or 17.24% from 174); Max value from RGB is 80 - color contains mainly: green. Hex color #40501E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40501E is #BFAFE1. Grayscale: #454545. Windows color (decimal): -12562402 or 1986624. OLE color: 1986624.

HSL color Cylindrical-coordinate representation of color #40501E: hue angle of 79.2º degrees, saturation: 0.45, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #40501E is Cyan = 0.20, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.69.

Color convert

RGB648030-
CMYK0.2000.620.69
HSL79.2º45.45%21.57%-
HSV(B)79.2º62.5%31.37%-
XYZ5.226.922.29-
YUV69.52105.7124.07-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 36.78%
GREEN value IS 80 (31.64% from 255) = 45.98%
BLUE value IS 30 (12.11% from 255) = 17.24%
R=36.78%
G=45.98%
B=17.24%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6480300.2000.620.6979.245.4521.57
Hex40501E1403E454f2d16
Octal10012036240761051175526
Binary10000001010000111101010001111101000101100111110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40501E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40501E; }

 p { color: rgb(64,80,30); }

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

<style>
 a { background-color: #40501E; }

 a { background-color: rgb(64,80,30); }

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

<style>
 span { border-color: #40501E; }

 span { border-color: rgb(64,80,30); }

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