#3E2C14

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

Shades of Cola #3E2C14

Tints of Cola #3E2C14

Color information

#3E2C14 (or 0x3E2C14) is unknown color: approx Cola. HEX triplet: 3E, 2C and 14. RGB value is (62,44,20). Sum of RGB (Red+Green+Blue) = 62+44+20=126 (16% of max value = 765). Red value is 62 (24.61% from 255 or 49.21% from 126); Green value is 44 (17.58% from 255 or 34.92% from 126); Blue value is 20 (8.20% from 255 or 15.87% from 126); Max value from RGB is 62 - color contains mainly: red. Hex color #3E2C14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E2C14 is #C1D3EB. Grayscale: #2E2E2E. Windows color (decimal): -12702700 or 1322046. OLE color: 1322046.

HSL color Cylindrical-coordinate representation of color #3E2C14: hue angle of 34.29º degrees, saturation: 0.51, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3E2C14 is Cyan = 0, Magento = 0.29, Yellow = 0.68 and Black (K on CMYK) = 0.76.

Color convert

RGB624420-
CMYK00.290.680.76
HSL34.29º51.22%16.08%-
HSV(B)34.29º67.74%24.31%-
XYZ3.012.881.06-
YUV46.65112.96138.95-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 49.21%
GREEN value IS 44 (17.58% from 255) = 34.92%
BLUE value IS 20 (8.20% from 255) = 15.87%
R=49.21%
G=34.92%
B=15.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.68
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62442000.290.680.7634.2951.2216.08
Hex3E2C1401D444C223310
Octal765424035104114426320
Binary111110101100101000111011000100100110010001011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E2C14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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