#414D1E

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

Shades of Bronzetone #414D1E

Tints of Bronzetone #414D1E

Color information

#414D1E (or 0x414D1E) is unknown color: approx Bronzetone. HEX triplet: 41, 4D and 1E. RGB value is (65,77,30). Sum of RGB (Red+Green+Blue) = 65+77+30=172 (22% of max value = 765). Red value is 65 (25.78% from 255 or 37.79% from 172); Green value is 77 (30.47% from 255 or 44.77% from 172); Blue value is 30 (12.11% from 255 or 17.44% from 172); Max value from RGB is 77 - color contains mainly: green. Hex color #414D1E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #414D1E is #BEB2E1. Grayscale: #444444. Windows color (decimal): -12497634 or 1985857. OLE color: 1985857.

HSL color Cylindrical-coordinate representation of color #414D1E: hue angle of 75.32º degrees, saturation: 0.44, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #414D1E is Cyan = 0.16, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.70.

Color convert

RGB657730-
CMYK0.1600.610.70
HSL75.32º43.93%20.98%-
HSV(B)75.32º61.04%30.2%-
XYZ5.076.532.22-
YUV68.05106.52125.82-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 37.79%
GREEN value IS 77 (30.47% from 255) = 44.77%
BLUE value IS 30 (12.11% from 255) = 17.44%
R=37.79%
G=44.77%
B=17.44%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6577300.1600.610.7075.3243.9320.98
Hex414D1E1003D464b2c15
Octal10111536200751061135425
Binary10000011001101111101000001111011000110100101110110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414D1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414D1E; }

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

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

<style>
 a { background-color: #414D1E; }

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

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

<style>
 span { border-color: #414D1E; }

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

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