#3E4E1D

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

Shades of Bronzetone #3E4E1D

Tints of Bronzetone #3E4E1D

Color information

#3E4E1D (or 0x3E4E1D) is unknown color: approx Bronzetone. HEX triplet: 3E, 4E and 1D. RGB value is (62,78,29). Sum of RGB (Red+Green+Blue) = 62+78+29=169 (22% of max value = 765). Red value is 62 (24.61% from 255 or 36.69% from 169); Green value is 78 (30.86% from 255 or 46.15% from 169); Blue value is 29 (11.72% from 255 or 17.16% from 169); Max value from RGB is 78 - color contains mainly: green. Hex color #3E4E1D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E4E1D is #C1B1E2. Grayscale: #434343. Windows color (decimal): -12693987 or 1920574. OLE color: 1920574.

HSL color Cylindrical-coordinate representation of color #3E4E1D: hue angle of 79.59º degrees, saturation: 0.46, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3E4E1D is Cyan = 0.21, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.69.

Color convert

RGB627829-
CMYK0.2100.630.69
HSL79.59º45.79%20.98%-
HSV(B)79.59º62.82%30.59%-
XYZ4.936.562.17-
YUV67.63106.2123.98-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 36.69%
GREEN value IS 78 (30.86% from 255) = 46.15%
BLUE value IS 29 (11.72% from 255) = 17.16%
R=36.69%
G=46.15%
B=17.16%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6278290.2100.630.6979.5945.7920.98
Hex3E4E1D1503F45502e15
Octal7611635250771051205625
Binary1111101001110111011010101111111000101101000010111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E4E1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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