#40501D

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

Shades of Bronzetone #40501D

Tints of Bronzetone #40501D

Color information

#40501D (or 0x40501D) is unknown color: approx Bronzetone. HEX triplet: 40, 50 and 1D. RGB value is (64,80,29). Sum of RGB (Red+Green+Blue) = 64+80+29=173 (22% of max value = 765). Red value is 64 (25.39% from 255 or 36.99% from 173); Green value is 80 (31.64% from 255 or 46.24% from 173); Blue value is 29 (11.72% from 255 or 16.76% from 173); Max value from RGB is 80 - color contains mainly: green. Hex color #40501D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40501D is #BFAFE2. Grayscale: #454545. Windows color (decimal): -12562403 or 1921088. OLE color: 1921088.

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

Color convert

RGB648029-
CMYK0.2000.640.69
HSL78.82º46.79%21.37%-
HSV(B)78.82º63.75%31.37%-
XYZ5.26.922.22-
YUV69.4105.2124.15-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 36.99%
GREEN value IS 80 (31.64% from 255) = 46.24%
BLUE value IS 29 (11.72% from 255) = 16.76%
R=36.99%
G=46.24%
B=16.76%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6480290.2000.640.6978.8246.7921.37
Hex40501D14040454f2f15
Octal100120352401001051175725
Binary100000010100001110110100010000001000101100111110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40501D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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