#3E3126

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

Shades of Cola #3E3126

Tints of Cola #3E3126

Color information

#3E3126 (or 0x3E3126) is unknown color: approx Cola. HEX triplet: 3E, 31 and 26. RGB value is (62,49,38). Sum of RGB (Red+Green+Blue) = 62+49+38=149 (19% of max value = 765). Red value is 62 (24.61% from 255 or 41.61% from 149); Green value is 49 (19.53% from 255 or 32.89% from 149); Blue value is 38 (15.23% from 255 or 25.50% from 149); Max value from RGB is 62 - color contains mainly: red. Hex color #3E3126 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E3126 is #C1CED9. Grayscale: #333333. Windows color (decimal): -12701402 or 2502974. OLE color: 2502974.

HSL color Cylindrical-coordinate representation of color #3E3126: hue angle of 27.5º degrees, saturation: 0.24, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #3E3126 is Cyan = 0, Magento = 0.21, Yellow = 0.39 and Black (K on CMYK) = 0.76.

Color convert

RGB624938-
CMYK00.210.390.76
HSL27.5º24%19.61%-
HSV(B)27.5º38.71%24.31%-
XYZ3.433.362.3-
YUV51.63120.31135.39-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 41.61%
GREEN value IS 49 (19.53% from 255) = 32.89%
BLUE value IS 38 (15.23% from 255) = 25.50%
R=41.61%
G=32.89%
B=25.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.39
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62493800.210.390.7627.52419.61
Hex3E3126015274C1c1814
Octal76614602547114343024
Binary1111101100011001100101011001111001100111001100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E3126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,49,38); }

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

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

 a { background-color: rgb(62,49,38); }

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

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

 span { border-color: rgb(62,49,38); }

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