#3E482C

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

Shades of Bronzetone #3E482C

Tints of Bronzetone #3E482C

Color information

#3E482C (or 0x3E482C) is unknown color: approx Bronzetone. HEX triplet: 3E, 48 and 2C. RGB value is (62,72,44). Sum of RGB (Red+Green+Blue) = 62+72+44=178 (23% of max value = 765). Red value is 62 (24.61% from 255 or 34.83% from 178); Green value is 72 (28.52% from 255 or 40.45% from 178); Blue value is 44 (17.58% from 255 or 24.72% from 178); Max value from RGB is 72 - color contains mainly: green. Hex color #3E482C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E482C is #C1B7D3. Grayscale: #414141. Windows color (decimal): -12695508 or 2902078. OLE color: 2902078.

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

Color convert

RGB627244-
CMYK0.1400.390.72
HSL81.43º24.14%22.75%-
HSV(B)81.43º38.89%28.24%-
XYZ4.765.843.26-
YUV65.82115.69125.28-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 34.83%
GREEN value IS 72 (28.52% from 255) = 40.45%
BLUE value IS 44 (17.58% from 255) = 24.72%
R=34.83%
G=40.45%
B=24.72%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6272440.1400.390.7281.4324.1422.75
Hex3E482CE02748511817
Octal7611054160471101213027
Binary111110100100010110011100100111100100010100011100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E482C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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