#3E482A

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

Shades of Bronzetone #3E482A

Tints of Bronzetone #3E482A

Color information

#3E482A (or 0x3E482A) is unknown color: approx Bronzetone. HEX triplet: 3E, 48 and 2A. RGB value is (62,72,42). Sum of RGB (Red+Green+Blue) = 62+72+42=176 (23% of max value = 765). Red value is 62 (24.61% from 255 or 35.23% from 176); Green value is 72 (28.52% from 255 or 40.91% from 176); Blue value is 42 (16.80% from 255 or 23.86% from 176); Max value from RGB is 72 - color contains mainly: green. Hex color #3E482A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E482A is #C1B7D5. Grayscale: #414141. Windows color (decimal): -12695510 or 2771006. OLE color: 2771006.

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

Color convert

RGB627242-
CMYK0.1400.420.72
HSL80º26.32%22.35%-
HSV(B)80º41.67%28.24%-
XYZ4.725.833.07-
YUV65.59114.69125.44-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 35.23%
GREEN value IS 72 (28.52% from 255) = 40.91%
BLUE value IS 42 (16.80% from 255) = 23.86%
R=35.23%
G=40.91%
B=23.86%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6272420.1400.420.728026.3222.35
Hex3E482AE02A48501a16
Octal7611052160521101203226
Binary111110100100010101011100101010100100010100001101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E482A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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