#404527

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

Shades of Bronzetone #404527

Tints of Bronzetone #404527

Color information

#404527 (or 0x404527) is unknown color: approx Bronzetone. HEX triplet: 40, 45 and 27. RGB value is (64,69,39). Sum of RGB (Red+Green+Blue) = 64+69+39=172 (22% of max value = 765). Red value is 64 (25.39% from 255 or 37.21% from 172); Green value is 69 (27.34% from 255 or 40.12% from 172); Blue value is 39 (15.62% from 255 or 22.67% from 172); Max value from RGB is 69 - color contains mainly: green. Hex color #404527 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404527 is #BFBAD8. Grayscale: #404040. Windows color (decimal): -12565209 or 2573632. OLE color: 2573632.

HSL color Cylindrical-coordinate representation of color #404527: hue angle of 70º degrees, saturation: 0.28, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #404527 is Cyan = 0.07, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.73.

Color convert

RGB646939-
CMYK0.0700.430.73
HSL70º27.78%21.18%-
HSV(B)70º43.48%27.06%-
XYZ4.615.492.74-
YUV64.08113.84127.94-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 37.21%
GREEN value IS 69 (27.34% from 255) = 40.12%
BLUE value IS 39 (15.62% from 255) = 22.67%
R=37.21%
G=40.12%
B=22.67%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6469390.0700.430.737027.7821.18
Hex404527702B49461c15
Octal1001054770531111063425
Binary100000010001011001111110101011100100110001101110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404527; }

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

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

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

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

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

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

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

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