#404B25

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

Shades of Bronzetone #404B25

Tints of Bronzetone #404B25

Color information

#404B25 (or 0x404B25) is unknown color: approx Bronzetone. HEX triplet: 40, 4B and 25. RGB value is (64,75,37). Sum of RGB (Red+Green+Blue) = 64+75+37=176 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.36% from 176); Green value is 75 (29.69% from 255 or 42.61% from 176); Blue value is 37 (14.84% from 255 or 21.02% from 176); Max value from RGB is 75 - color contains mainly: green. Hex color #404B25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404B25 is #BFB4DA. Grayscale: #434343. Windows color (decimal): -12563675 or 2444096. OLE color: 2444096.

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

Color convert

RGB647537-
CMYK0.1500.510.71
HSL77.37º33.93%21.96%-
HSV(B)77.37º50.67%29.41%-
XYZ4.966.262.7-
YUV67.38110.86125.59-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 36.36%
GREEN value IS 75 (29.69% from 255) = 42.61%
BLUE value IS 37 (14.84% from 255) = 21.02%
R=36.36%
G=42.61%
B=21.02%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6475370.1500.510.7177.3733.9321.96
Hex404B25F033474d2216
Octal10011345170631071154226
Binary10000001001011100101111101100111000111100110110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404B25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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