#405124

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

Shades of Bronzetone #405124

Tints of Bronzetone #405124

Color information

#405124 (or 0x405124) is unknown color: approx Bronzetone. HEX triplet: 40, 51 and 24. RGB value is (64,81,36). Sum of RGB (Red+Green+Blue) = 64+81+36=181 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.36% from 181); Green value is 81 (32.03% from 255 or 44.75% from 181); Blue value is 36 (14.45% from 255 or 19.89% from 181); Max value from RGB is 81 - color contains mainly: green. Hex color #405124 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #405124 is #BFAEDB. Grayscale: #464646. Windows color (decimal): -12562140 or 2380096. OLE color: 2380096.

HSL color Cylindrical-coordinate representation of color #405124: hue angle of 82.67º degrees, saturation: 0.38, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #405124 is Cyan = 0.21, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.68.

Color convert

RGB648136-
CMYK0.2100.560.68
HSL82.67º38.46%22.94%-
HSV(B)82.67º55.56%31.76%-
XYZ5.387.12.76-
YUV70.79108.37123.16-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 35.36%
GREEN value IS 81 (32.03% from 255) = 44.75%
BLUE value IS 36 (14.45% from 255) = 19.89%
R=35.36%
G=44.75%
B=19.89%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6481360.2100.560.6882.6738.4622.94
Hex4051241503844532617
Octal10012144250701041234627
Binary100000010100011001001010101110001000100101001110011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405124; }

 p { color: rgb(64,81,36); }

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

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

 a { background-color: rgb(64,81,36); }

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

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

 span { border-color: rgb(64,81,36); }

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