#3E4528

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

Shades of Bronzetone #3E4528

Tints of Bronzetone #3E4528

Color information

#3E4528 (or 0x3E4528) is unknown color: approx Bronzetone. HEX triplet: 3E, 45 and 28. RGB value is (62,69,40). Sum of RGB (Red+Green+Blue) = 62+69+40=171 (22% of max value = 765). Red value is 62 (24.61% from 255 or 36.26% from 171); Green value is 69 (27.34% from 255 or 40.35% from 171); Blue value is 40 (16.02% from 255 or 23.39% from 171); Max value from RGB is 69 - color contains mainly: green. Hex color #3E4528 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E4528 is #C1BAD7. Grayscale: #3F3F3F. Windows color (decimal): -12696280 or 2639166. OLE color: 2639166.

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

Color convert

RGB626940-
CMYK0.1000.420.73
HSL74.48º26.61%21.37%-
HSV(B)74.48º42.03%27.06%-
XYZ4.55.432.82-
YUV63.6114.68126.86-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 36.26%
GREEN value IS 69 (27.34% from 255) = 40.35%
BLUE value IS 40 (16.02% from 255) = 23.39%
R=36.26%
G=40.35%
B=23.39%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6269400.1000.420.7374.4826.6121.37
Hex3E4528A02A494a1b15
Octal7610550120521111123325
Binary111110100010110100010100101010100100110010101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E4528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3E4528; }

 p { color: rgb(62,69,40); }

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

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

 a { background-color: rgb(62,69,40); }

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

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

 span { border-color: rgb(62,69,40); }

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