#404A27

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

Shades of Bronzetone #404A27

Tints of Bronzetone #404A27

Color information

#404A27 (or 0x404A27) is unknown color: approx Bronzetone. HEX triplet: 40, 4A and 27. RGB value is (64,74,39). Sum of RGB (Red+Green+Blue) = 64+74+39=177 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.16% from 177); Green value is 74 (29.30% from 255 or 41.81% from 177); Blue value is 39 (15.62% from 255 or 22.03% from 177); Max value from RGB is 74 - color contains mainly: green. Hex color #404A27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404A27 is #BFB5D8. Grayscale: #434343. Windows color (decimal): -12563929 or 2574912. OLE color: 2574912.

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

Color convert

RGB647439-
CMYK0.1400.470.71
HSL77.14º30.97%22.16%-
HSV(B)77.14º47.3%29.02%-
XYZ4.936.132.84-
YUV67.02112.19125.85-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 36.16%
GREEN value IS 74 (29.30% from 255) = 41.81%
BLUE value IS 39 (15.62% from 255) = 22.03%
R=36.16%
G=41.81%
B=22.03%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6474390.1400.470.7177.1430.9722.16
Hex404A27E02F474d1f16
Octal10011247160571071153726
Binary1000000100101010011111100101111100011110011011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404A27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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