#3E541C

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

Shades of Bronzetone #3E541C

Tints of Bronzetone #3E541C

Color information

#3E541C (or 0x3E541C) is unknown color: approx Bronzetone. HEX triplet: 3E, 54 and 1C. RGB value is (62,84,28). Sum of RGB (Red+Green+Blue) = 62+84+28=174 (23% of max value = 765). Red value is 62 (24.61% from 255 or 35.63% from 174); Green value is 84 (33.20% from 255 or 48.28% from 174); Blue value is 28 (11.33% from 255 or 16.09% from 174); Max value from RGB is 84 - color contains mainly: green. Hex color #3E541C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E541C is #C1ABE3. Grayscale: #474747. Windows color (decimal): -12692452 or 1856574. OLE color: 1856574.

HSL color Cylindrical-coordinate representation of color #3E541C: hue angle of 83.57º degrees, saturation: 0.5, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3E541C is Cyan = 0.26, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.67.

Color convert

RGB628428-
CMYK0.2600.670.67
HSL83.57º50%21.96%-
HSV(B)83.57º66.67%32.94%-
XYZ5.377.452.25-
YUV71.04103.71121.55-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 35.63%
GREEN value IS 84 (33.20% from 255) = 48.28%
BLUE value IS 28 (11.33% from 255) = 16.09%
R=35.63%
G=48.28%
B=16.09%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6284280.2600.670.6783.575021.96
Hex3E541C1A04343543216
Octal76124343201031031246226
Binary11111010101001110011010010000111000011101010011001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E541C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,84,28); }

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

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

 a { background-color: rgb(62,84,28); }

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

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

 span { border-color: rgb(62,84,28); }

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