#414729

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

Shades of Bronzetone #414729

Tints of Bronzetone #414729

Color information

#414729 (or 0x414729) is unknown color: approx Bronzetone. HEX triplet: 41, 47 and 29. RGB value is (65,71,41). Sum of RGB (Red+Green+Blue) = 65+71+41=177 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.72% from 177); Green value is 71 (28.12% from 255 or 40.11% from 177); Blue value is 41 (16.41% from 255 or 23.16% from 177); Max value from RGB is 71 - color contains mainly: green. Hex color #414729 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414729 is #BEB8D6. Grayscale: #414141. Windows color (decimal): -12499159 or 2705217. OLE color: 2705217.

HSL color Cylindrical-coordinate representation of color #414729: hue angle of 72º degrees, saturation: 0.27, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #414729 is Cyan = 0.08, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.72.

Color convert

RGB657141-
CMYK0.0800.420.72
HSL72º26.79%21.96%-
HSV(B)72º42.25%27.84%-
XYZ4.835.792.96-
YUV65.79114.01127.44-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 36.72%
GREEN value IS 71 (28.12% from 255) = 40.11%
BLUE value IS 41 (16.41% from 255) = 23.16%
R=36.72%
G=40.11%
B=23.16%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6571410.0800.420.727226.7921.96
Hex414729802A48481b16
Octal10110751100521101103326
Binary1000001100011110100110000101010100100010010001101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414729

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414729; }

 p { color: rgb(65,71,41); }

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

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

 a { background-color: rgb(65,71,41); }

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

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

 span { border-color: rgb(65,71,41); }

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