#414831

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

Shades of Bronzetone #414831

Tints of Bronzetone #414831

Color information

#414831 (or 0x414831) is unknown color: approx Bronzetone. HEX triplet: 41, 48 and 31. RGB value is (65,72,49). Sum of RGB (Red+Green+Blue) = 65+72+49=186 (24% of max value = 765). Red value is 65 (25.78% from 255 or 34.95% from 186); Green value is 72 (28.52% from 255 or 38.71% from 186); Blue value is 49 (19.53% from 255 or 26.34% from 186); Max value from RGB is 72 - color contains mainly: green. Hex color #414831 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414831 is #BEB7CE. Grayscale: #434343. Windows color (decimal): -12498895 or 3229761. OLE color: 3229761.

HSL color Cylindrical-coordinate representation of color #414831: hue angle of 78.26º degrees, saturation: 0.19, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #414831 is Cyan = 0.10, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.72.

Color convert

RGB657249-
CMYK0.1000.320.72
HSL78.26º19.01%23.73%-
HSV(B)78.26º31.94%28.24%-
XYZ5.055.983.79-
YUV67.28117.68126.37-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 34.95%
GREEN value IS 72 (28.52% from 255) = 38.71%
BLUE value IS 49 (19.53% from 255) = 26.34%
R=34.95%
G=38.71%
B=26.34%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6572490.1000.320.7278.2619.0123.73
Hex414831A020484e1318
Octal10111061120401101162330
Binary1000001100100011000110100100000100100010011101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414831; }

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

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

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

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

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

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

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

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