#404F21

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

Shades of Bronzetone #404F21

Tints of Bronzetone #404F21

Color information

#404F21 (or 0x404F21) is unknown color: approx Bronzetone. HEX triplet: 40, 4F and 21. RGB value is (64,79,33). Sum of RGB (Red+Green+Blue) = 64+79+33=176 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.36% from 176); Green value is 79 (31.25% from 255 or 44.89% from 176); Blue value is 33 (13.28% from 255 or 18.75% from 176); Max value from RGB is 79 - color contains mainly: green. Hex color #404F21 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #404F21 is #BFB0DE. Grayscale: #454545. Windows color (decimal): -12562655 or 2182976. OLE color: 2182976.

HSL color Cylindrical-coordinate representation of color #404F21: hue angle of 79.57º 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 #404F21 is Cyan = 0.19, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.69.

Color convert

RGB647933-
CMYK0.1900.580.69
HSL79.57º41.07%21.96%-
HSV(B)79.57º58.23%30.98%-
XYZ5.186.792.48-
YUV69.27107.53124.24-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 36.36%
GREEN value IS 79 (31.25% from 255) = 44.89%
BLUE value IS 33 (13.28% from 255) = 18.75%
R=36.36%
G=44.89%
B=18.75%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6479330.1900.580.6979.5741.0721.96
Hex404F211303A45502916
Octal10011741230721051205126
Binary100000010011111000011001101110101000101101000010100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404F21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404F21; }

 p { color: rgb(64,79,33); }

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

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

 a { background-color: rgb(64,79,33); }

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

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

 span { border-color: rgb(64,79,33); }

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