#3E541D

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

Shades of Bronzetone #3E541D

Tints of Bronzetone #3E541D

Color information

#3E541D (or 0x3E541D) is unknown color: approx Bronzetone. HEX triplet: 3E, 54 and 1D. RGB value is (62,84,29). Sum of RGB (Red+Green+Blue) = 62+84+29=175 (23% of max value = 765). Red value is 62 (24.61% from 255 or 35.43% from 175); Green value is 84 (33.20% from 255 or 48% from 175); Blue value is 29 (11.72% from 255 or 16.57% from 175); Max value from RGB is 84 - color contains mainly: green. Hex color #3E541D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E541D is #C1ABE2. Grayscale: #474747. Windows color (decimal): -12692451 or 1922110. OLE color: 1922110.

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

Color convert

RGB628429-
CMYK0.2600.650.67
HSL84º48.67%22.16%-
HSV(B)84º65.48%32.94%-
XYZ5.387.452.32-
YUV71.15104.21121.47-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 35.43%
GREEN value IS 84 (33.20% from 255) = 48%
BLUE value IS 29 (11.72% from 255) = 16.57%
R=35.43%
G=48%
B=16.57%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6284290.2600.650.678448.6722.16
Hex3E541D1A04143543116
Octal76124353201011031246126
Binary11111010101001110111010010000011000011101010011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E541D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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