#41501E

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

Shades of Bronzetone #41501E

Tints of Bronzetone #41501E

Color information

#41501E (or 0x41501E) is unknown color: approx Bronzetone. HEX triplet: 41, 50 and 1E. RGB value is (65,80,30). Sum of RGB (Red+Green+Blue) = 65+80+30=175 (23% of max value = 765). Red value is 65 (25.78% from 255 or 37.14% from 175); Green value is 80 (31.64% from 255 or 45.71% from 175); Blue value is 30 (12.11% from 255 or 17.14% from 175); Max value from RGB is 80 - color contains mainly: green. Hex color #41501E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #41501E is #BEAFE1. Grayscale: #454545. Windows color (decimal): -12496866 or 1986625. OLE color: 1986625.

HSL color Cylindrical-coordinate representation of color #41501E: hue angle of 78º 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 #41501E is Cyan = 0.19, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.69.

Color convert

RGB658030-
CMYK0.1900.620.69
HSL78º45.45%21.57%-
HSV(B)78º62.5%31.37%-
XYZ5.286.952.29-
YUV69.82105.53124.57-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 37.14%
GREEN value IS 80 (31.64% from 255) = 45.71%
BLUE value IS 30 (12.11% from 255) = 17.14%
R=37.14%
G=45.71%
B=17.14%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6580300.1900.620.697845.4521.57
Hex41501E1303E454e2d16
Octal10112036230761051165526
Binary10000011010000111101001101111101000101100111010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41501E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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