#414E21

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

Shades of Bronzetone #414E21

Tints of Bronzetone #414E21

Color information

#414E21 (or 0x414E21) is unknown color: approx Bronzetone. HEX triplet: 41, 4E and 21. RGB value is (65,78,33). Sum of RGB (Red+Green+Blue) = 65+78+33=176 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.93% from 176); Green value is 78 (30.86% from 255 or 44.32% from 176); Blue value is 33 (13.28% from 255 or 18.75% from 176); Max value from RGB is 78 - color contains mainly: green. Hex color #414E21 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #414E21 is #BEB1DE. Grayscale: #454545. Windows color (decimal): -12497375 or 2182721. OLE color: 2182721.

HSL color Cylindrical-coordinate representation of color #414E21: hue angle of 77.33º degrees, saturation: 0.41, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #414E21 is Cyan = 0.17, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.69.

Color convert

RGB657833-
CMYK0.1700.580.69
HSL77.33º40.54%21.76%-
HSV(B)77.33º57.69%30.59%-
XYZ5.186.682.46-
YUV68.98107.69125.16-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 36.93%
GREEN value IS 78 (30.86% from 255) = 44.32%
BLUE value IS 33 (13.28% from 255) = 18.75%
R=36.93%
G=44.32%
B=18.75%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6578330.1700.580.6977.3340.5421.76
Hex414E211103A454d2916
Octal10111641210721051155126
Binary100000110011101000011000101110101000101100110110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414E21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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