#404525

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

Shades of Bronzetone #404525

Tints of Bronzetone #404525

Color information

#404525 (or 0x404525) is unknown color: approx Bronzetone. HEX triplet: 40, 45 and 25. RGB value is (64,69,37). Sum of RGB (Red+Green+Blue) = 64+69+37=170 (22% of max value = 765). Red value is 64 (25.39% from 255 or 37.65% from 170); Green value is 69 (27.34% from 255 or 40.59% from 170); Blue value is 37 (14.84% from 255 or 21.76% from 170); Max value from RGB is 69 - color contains mainly: green. Hex color #404525 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404525 is #BFBADA. Grayscale: #3F3F3F. Windows color (decimal): -12565211 or 2442560. OLE color: 2442560.

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

Color convert

RGB646937-
CMYK0.0700.460.73
HSL69.38º30.19%20.78%-
HSV(B)69.38º46.38%27.06%-
XYZ4.585.482.57-
YUV63.86112.84128.1-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 37.65%
GREEN value IS 69 (27.34% from 255) = 40.59%
BLUE value IS 37 (14.84% from 255) = 21.76%
R=37.65%
G=40.59%
B=21.76%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6469370.0700.460.7369.3830.1920.78
Hex404525702E49451e15
Octal1001054570561111053625
Binary100000010001011001011110101110100100110001011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404525; }

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

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

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

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

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

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

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

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