#3E2E1F

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

Shades of Cola #3E2E1F

Tints of Cola #3E2E1F

Color information

#3E2E1F (or 0x3E2E1F) is unknown color: approx Cola. HEX triplet: 3E, 2E and 1F. RGB value is (62,46,31). Sum of RGB (Red+Green+Blue) = 62+46+31=139 (18% of max value = 765). Red value is 62 (24.61% from 255 or 44.60% from 139); Green value is 46 (18.36% from 255 or 33.09% from 139); Blue value is 31 (12.5% from 255 or 22.30% from 139); Max value from RGB is 62 - color contains mainly: red. Hex color #3E2E1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E2E1F is #C1D1E0. Grayscale: #313131. Windows color (decimal): -12702177 or 2043454. OLE color: 2043454.

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

Color convert

RGB624631-
CMYK00.260.50.76
HSL29.03º33.33%18.24%-
HSV(B)29.03º50%24.31%-
XYZ3.213.081.72-
YUV49.07117.8137.22-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 44.60%
GREEN value IS 46 (18.36% from 255) = 33.09%
BLUE value IS 31 (12.5% from 255) = 22.30%
R=44.60%
G=33.09%
B=22.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.5
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62463100.260.50.7629.0333.3318.24
Hex3E2E1F01A324C1d2112
Octal76563703262114354122
Binary1111101011101111101101011001010011001110110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E2E1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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