#40501F

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

Shades of Bronzetone #40501F

Tints of Bronzetone #40501F

Color information

#40501F (or 0x40501F) is unknown color: approx Bronzetone. HEX triplet: 40, 50 and 1F. RGB value is (64,80,31). Sum of RGB (Red+Green+Blue) = 64+80+31=175 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.57% from 175); Green value is 80 (31.64% from 255 or 45.71% from 175); Blue value is 31 (12.5% from 255 or 17.71% from 175); Max value from RGB is 80 - color contains mainly: green. Hex color #40501F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40501F is #BFAFE0. Grayscale: #454545. Windows color (decimal): -12562401 or 2052160. OLE color: 2052160.

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

Color convert

RGB648031-
CMYK0.2000.610.69
HSL79.59º44.14%21.76%-
HSV(B)79.59º61.25%31.37%-
XYZ5.236.932.36-
YUV69.63106.2123.98-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 36.57%
GREEN value IS 80 (31.64% from 255) = 45.71%
BLUE value IS 31 (12.5% from 255) = 17.71%
R=36.57%
G=45.71%
B=17.71%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6480310.2000.610.6979.5944.1421.76
Hex40501F1403D45502c16
Octal10012037240751051205426
Binary10000001010000111111010001111011000101101000010110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40501F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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