#3E2E20

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

Shades of Cola #3E2E20

Tints of Cola #3E2E20

Color information

#3E2E20 (or 0x3E2E20) is unknown color: approx Cola. HEX triplet: 3E, 2E and 20. RGB value is (62,46,32). Sum of RGB (Red+Green+Blue) = 62+46+32=140 (18% of max value = 765). Red value is 62 (24.61% from 255 or 44.29% from 140); Green value is 46 (18.36% from 255 or 32.86% from 140); Blue value is 32 (12.89% from 255 or 22.86% from 140); Max value from RGB is 62 - color contains mainly: red. Hex color #3E2E20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E2E20 is #C1D1DF. Grayscale: #313131. Windows color (decimal): -12702176 or 2108990. OLE color: 2108990.

HSL color Cylindrical-coordinate representation of color #3E2E20: hue angle of 28º degrees, saturation: 0.32, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3E2E20 is Cyan = 0, Magento = 0.26, Yellow = 0.48 and Black (K on CMYK) = 0.76.

Color convert

RGB624632-
CMYK00.260.480.76
HSL28º31.91%18.43%-
HSV(B)28º48.39%24.31%-
XYZ3.223.081.79-
YUV49.19118.3137.14-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 44.29%
GREEN value IS 46 (18.36% from 255) = 32.86%
BLUE value IS 32 (12.89% from 255) = 22.86%
R=44.29%
G=32.86%
B=22.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.48
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62463200.260.480.762831.9118.43
Hex3E2E2001A304C1c2012
Octal76564003260114344022
Binary11111010111010000001101011000010011001110010000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E2E20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,46,32); }

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

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

 a { background-color: rgb(62,46,32); }

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

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

 span { border-color: rgb(62,46,32); }

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