#404C21

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

Shades of Bronzetone #404C21

Tints of Bronzetone #404C21

Color information

#404C21 (or 0x404C21) is unknown color: approx Bronzetone. HEX triplet: 40, 4C and 21. RGB value is (64,76,33). Sum of RGB (Red+Green+Blue) = 64+76+33=173 (22% of max value = 765). Red value is 64 (25.39% from 255 or 36.99% from 173); Green value is 76 (30.08% from 255 or 43.93% from 173); Blue value is 33 (13.28% from 255 or 19.08% from 173); Max value from RGB is 76 - color contains mainly: green. Hex color #404C21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404C21 is #BFB3DE. Grayscale: #434343. Windows color (decimal): -12563423 or 2182208. OLE color: 2182208.

HSL color Cylindrical-coordinate representation of color #404C21: hue angle of 76.74º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #404C21 is Cyan = 0.16, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.70.

Color convert

RGB647633-
CMYK0.1600.570.70
HSL76.74º39.45%21.37%-
HSV(B)76.74º56.58%29.8%-
XYZ4.976.372.41-
YUV67.51108.52125.5-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 36.99%
GREEN value IS 76 (30.08% from 255) = 43.93%
BLUE value IS 33 (13.28% from 255) = 19.08%
R=36.99%
G=43.93%
B=19.08%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6476330.1600.570.7076.7439.4521.37
Hex404C2110039464d2715
Octal10011441200711061154725
Binary100000010011001000011000001110011000110100110110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404C21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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