#404F25

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

Shades of Bronzetone #404F25

Tints of Bronzetone #404F25

Color information

#404F25 (or 0x404F25) is unknown color: approx Bronzetone. HEX triplet: 40, 4F and 25. RGB value is (64,79,37). Sum of RGB (Red+Green+Blue) = 64+79+37=180 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.56% from 180); Green value is 79 (31.25% from 255 or 43.89% from 180); Blue value is 37 (14.84% from 255 or 20.56% from 180); Max value from RGB is 79 - color contains mainly: green. Hex color #404F25 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #404F25 is #BFB0DA. Grayscale: #454545. Windows color (decimal): -12562651 or 2445120. OLE color: 2445120.

HSL color Cylindrical-coordinate representation of color #404F25: hue angle of 81.43º degrees, saturation: 0.36, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #404F25 is Cyan = 0.19, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.69.

Color convert

RGB647937-
CMYK0.1900.530.69
HSL81.43º36.21%22.75%-
HSV(B)81.43º53.16%30.98%-
XYZ5.246.822.79-
YUV69.73109.53123.92-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 35.56%
GREEN value IS 79 (31.25% from 255) = 43.89%
BLUE value IS 37 (14.84% from 255) = 20.56%
R=35.56%
G=43.89%
B=20.56%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6479370.1900.530.6981.4336.2122.75
Hex404F251303545512417
Octal10011745230651051214427
Binary100000010011111001011001101101011000101101000110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404F25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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