#3E472B

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

Shades of Bronzetone #3E472B

Tints of Bronzetone #3E472B

Color information

#3E472B (or 0x3E472B) is unknown color: approx Bronzetone. HEX triplet: 3E, 47 and 2B. RGB value is (62,71,43). Sum of RGB (Red+Green+Blue) = 62+71+43=176 (23% of max value = 765). Red value is 62 (24.61% from 255 or 35.23% from 176); Green value is 71 (28.12% from 255 or 40.34% from 176); Blue value is 43 (17.19% from 255 or 24.43% from 176); Max value from RGB is 71 - color contains mainly: green. Hex color #3E472B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E472B is #C1B8D4. Grayscale: #414141. Windows color (decimal): -12695765 or 2836286. OLE color: 2836286.

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

Color convert

RGB627143-
CMYK0.1300.390.72
HSL79.29º24.56%22.35%-
HSV(B)79.29º39.44%27.84%-
XYZ4.685.713.14-
YUV65.12115.52125.78-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 35.23%
GREEN value IS 71 (28.12% from 255) = 40.34%
BLUE value IS 43 (17.19% from 255) = 24.43%
R=35.23%
G=40.34%
B=24.43%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6271430.1300.390.7279.2924.5622.35
Hex3E472BD027484f1916
Octal7610753150471101173126
Binary111110100011110101111010100111100100010011111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E472B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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