#405121

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

Shades of Bronzetone #405121

Tints of Bronzetone #405121

Color information

#405121 (or 0x405121) is unknown color: approx Bronzetone. HEX triplet: 40, 51 and 21. RGB value is (64,81,33). Sum of RGB (Red+Green+Blue) = 64+81+33=178 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.96% from 178); Green value is 81 (32.03% from 255 or 45.51% from 178); Blue value is 33 (13.28% from 255 or 18.54% from 178); Max value from RGB is 81 - color contains mainly: green. Hex color #405121 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #405121 is #BFAEDE. Grayscale: #464646. Windows color (decimal): -12562143 or 2183488. OLE color: 2183488.

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

Color convert

RGB648133-
CMYK0.2100.590.68
HSL81.25º42.11%22.35%-
HSV(B)81.25º59.26%31.76%-
XYZ5.337.082.53-
YUV70.44106.87123.4-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 35.96%
GREEN value IS 81 (32.03% from 255) = 45.51%
BLUE value IS 33 (13.28% from 255) = 18.54%
R=35.96%
G=45.51%
B=18.54%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6481330.2100.590.6881.2542.1122.35
Hex4051211503B44512a16
Octal10012141250731041215226
Binary100000010100011000011010101110111000100101000110101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405121; }

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

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

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

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

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

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

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

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