#414832

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

Shades of Bronzetone #414832

Tints of Bronzetone #414832

Color information

#414832 (or 0x414832) is unknown color: approx Bronzetone. HEX triplet: 41, 48 and 32. RGB value is (65,72,50). Sum of RGB (Red+Green+Blue) = 65+72+50=187 (24% of max value = 765). Red value is 65 (25.78% from 255 or 34.76% from 187); Green value is 72 (28.52% from 255 or 38.50% from 187); Blue value is 50 (19.92% from 255 or 26.74% from 187); Max value from RGB is 72 - color contains mainly: green. Hex color #414832 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414832 is #BEB7CD. Grayscale: #434343. Windows color (decimal): -12498894 or 3295297. OLE color: 3295297.

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

Color convert

RGB657250-
CMYK0.1000.310.72
HSL79.09º18.03%23.92%-
HSV(B)79.09º30.56%28.24%-
XYZ5.075.993.91-
YUV67.4118.18126.29-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 34.76%
GREEN value IS 72 (28.52% from 255) = 38.50%
BLUE value IS 50 (19.92% from 255) = 26.74%
R=34.76%
G=38.50%
B=26.74%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6572500.1000.310.7279.0918.0323.92
Hex414832A01F484f1218
Octal10111062120371101172230
Binary100000110010001100101010011111100100010011111001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414832; }

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

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

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

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

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

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

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

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