#404A23

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

Shades of Bronzetone #404A23

Tints of Bronzetone #404A23

Color information

#404A23 (or 0x404A23) is unknown color: approx Bronzetone. HEX triplet: 40, 4A and 23. RGB value is (64,74,35). Sum of RGB (Red+Green+Blue) = 64+74+35=173 (22% of max value = 765). Red value is 64 (25.39% from 255 or 36.99% from 173); Green value is 74 (29.30% from 255 or 42.77% from 173); Blue value is 35 (14.06% from 255 or 20.23% from 173); Max value from RGB is 74 - color contains mainly: green. Hex color #404A23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404A23 is #BFB5DC. Grayscale: #424242. Windows color (decimal): -12563933 or 2312768. OLE color: 2312768.

HSL color Cylindrical-coordinate representation of color #404A23: hue angle of 75.38º degrees, saturation: 0.36, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #404A23 is Cyan = 0.14, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.71.

Color convert

RGB647435-
CMYK0.1400.530.71
HSL75.38º35.78%21.37%-
HSV(B)75.38º52.7%29.02%-
XYZ4.876.112.51-
YUV66.56110.19126.17-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 36.99%
GREEN value IS 74 (29.30% from 255) = 42.77%
BLUE value IS 35 (14.06% from 255) = 20.23%
R=36.99%
G=42.77%
B=20.23%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6474350.1400.530.7175.3835.7821.37
Hex404A23E035474b2415
Octal10011243160651071134425
Binary10000001001010100011111001101011000111100101110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404A23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,74,35); }

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

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

 a { background-color: rgb(64,74,35); }

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

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

 span { border-color: rgb(64,74,35); }

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