#414821

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

Shades of Bronzetone #414821

Tints of Bronzetone #414821

Color information

#414821 (or 0x414821) is unknown color: approx Bronzetone. HEX triplet: 41, 48 and 21. RGB value is (65,72,33). Sum of RGB (Red+Green+Blue) = 65+72+33=170 (22% of max value = 765). Red value is 65 (25.78% from 255 or 38.24% from 170); Green value is 72 (28.52% from 255 or 42.35% from 170); Blue value is 33 (13.28% from 255 or 19.41% from 170); Max value from RGB is 72 - color contains mainly: green. Hex color #414821 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414821 is #BEB7DE. Grayscale: #414141. Windows color (decimal): -12498911 or 2181185. OLE color: 2181185.

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

Color convert

RGB657233-
CMYK0.1000.540.72
HSL70.77º37.14%20.59%-
HSV(B)70.77º54.17%28.24%-
XYZ4.775.872.32-
YUV65.46109.68127.67-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 38.24%
GREEN value IS 72 (28.52% from 255) = 42.35%
BLUE value IS 33 (13.28% from 255) = 19.41%
R=38.24%
G=42.35%
B=19.41%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6572330.1000.540.7270.7737.1420.59
Hex414821A03648472515
Octal10111041120661101074525
Binary10000011001000100001101001101101001000100011110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414821; }

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

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

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

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

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

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

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

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