#414931

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

Shades of Bronzetone #414931

Tints of Bronzetone #414931

Color information

#414931 (or 0x414931) is unknown color: approx Bronzetone. HEX triplet: 41, 49 and 31. RGB value is (65,73,49). Sum of RGB (Red+Green+Blue) = 65+73+49=187 (24% of max value = 765). Red value is 65 (25.78% from 255 or 34.76% from 187); Green value is 73 (28.91% from 255 or 39.04% from 187); Blue value is 49 (19.53% from 255 or 26.20% from 187); Max value from RGB is 73 - color contains mainly: green. Hex color #414931 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414931 is #BEB6CE. Grayscale: #434343. Windows color (decimal): -12498639 or 3230017. OLE color: 3230017.

HSL color Cylindrical-coordinate representation of color #414931: hue angle of 80º degrees, saturation: 0.2, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #414931 is Cyan = 0.11, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.71.

Color convert

RGB657349-
CMYK0.1100.330.71
HSL80º19.67%23.92%-
HSV(B)80º32.88%28.63%-
XYZ5.126.113.82-
YUV67.87117.35125.95-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 34.76%
GREEN value IS 73 (28.91% from 255) = 39.04%
BLUE value IS 49 (19.53% from 255) = 26.20%
R=34.76%
G=39.04%
B=26.20%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6573490.1100.330.718019.6723.92
Hex414931B02147501418
Octal10111161130411071202430
Binary1000001100100111000110110100001100011110100001010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414931; }

 p { color: rgb(65,73,49); }

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

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

 a { background-color: rgb(65,73,49); }

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

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

 span { border-color: rgb(65,73,49); }

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