#3E472A

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

Shades of Bronzetone #3E472A

Tints of Bronzetone #3E472A

Color information

#3E472A (or 0x3E472A) is unknown color: approx Bronzetone. HEX triplet: 3E, 47 and 2A. RGB value is (62,71,42). Sum of RGB (Red+Green+Blue) = 62+71+42=175 (23% of max value = 765). Red value is 62 (24.61% from 255 or 35.43% from 175); Green value is 71 (28.12% from 255 or 40.57% from 175); Blue value is 42 (16.80% from 255 or 24% from 175); Max value from RGB is 71 - color contains mainly: green. Hex color #3E472A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E472A is #C1B8D5. Grayscale: #414141. Windows color (decimal): -12695766 or 2770750. OLE color: 2770750.

HSL color Cylindrical-coordinate representation of color #3E472A: hue angle of 78.62º degrees, saturation: 0.26, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #3E472A is Cyan = 0.13, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.72.

Color convert

RGB627142-
CMYK0.1300.410.72
HSL78.62º25.66%22.16%-
HSV(B)78.62º40.85%27.84%-
XYZ4.665.73.04-
YUV65115.02125.86-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 35.43%
GREEN value IS 71 (28.12% from 255) = 40.57%
BLUE value IS 42 (16.80% from 255) = 24%
R=35.43%
G=40.57%
B=24%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6271420.1300.410.7278.6225.6622.16
Hex3E472AD029484f1a16
Octal7610752150511101173226
Binary111110100011110101011010101001100100010011111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E472A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,71,42); }

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

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

 a { background-color: rgb(62,71,42); }

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

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

 span { border-color: rgb(62,71,42); }

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