#414C23

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

Shades of Bronzetone #414C23

Tints of Bronzetone #414C23

Color information

#414C23 (or 0x414C23) is unknown color: approx Bronzetone. HEX triplet: 41, 4C and 23. RGB value is (65,76,35). Sum of RGB (Red+Green+Blue) = 65+76+35=176 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.93% from 176); Green value is 76 (30.08% from 255 or 43.18% from 176); Blue value is 35 (14.06% from 255 or 19.89% from 176); Max value from RGB is 76 - color contains mainly: green. Hex color #414C23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414C23 is #BEB3DC. Grayscale: #444444. Windows color (decimal): -12497885 or 2313281. OLE color: 2313281.

HSL color Cylindrical-coordinate representation of color #414C23: hue angle of 76.1º degrees, saturation: 0.37, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #414C23 is Cyan = 0.14, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.70.

Color convert

RGB657635-
CMYK0.1400.540.70
HSL76.1º36.94%21.76%-
HSV(B)76.1º53.95%29.8%-
XYZ5.076.412.56-
YUV68.04109.36125.83-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 36.93%
GREEN value IS 76 (30.08% from 255) = 43.18%
BLUE value IS 35 (14.06% from 255) = 19.89%
R=36.93%
G=43.18%
B=19.89%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6576350.1400.540.7076.136.9421.76
Hex414C23E036464c2516
Octal10111443160661061144526
Binary10000011001100100011111001101101000110100110010010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414C23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,76,35); }

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

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

 a { background-color: rgb(65,76,35); }

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

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

 span { border-color: rgb(65,76,35); }

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