#3C2B19

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

Shades of Cola #3C2B19

Tints of Cola #3C2B19

Color information

#3C2B19 (or 0x3C2B19) is unknown color: approx Cola. HEX triplet: 3C, 2B and 19. RGB value is (60,43,25). Sum of RGB (Red+Green+Blue) = 60+43+25=128 (16% of max value = 765). Red value is 60 (23.83% from 255 or 46.88% from 128); Green value is 43 (17.19% from 255 or 33.59% from 128); Blue value is 25 (10.16% from 255 or 19.53% from 128); Max value from RGB is 60 - color contains mainly: red. Hex color #3C2B19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C2B19 is #C3D4E6. Grayscale: #2E2E2E. Windows color (decimal): -12834023 or 1649468. OLE color: 1649468.

HSL color Cylindrical-coordinate representation of color #3C2B19: hue angle of 30.86º degrees, saturation: 0.41, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3C2B19 is Cyan = 0, Magento = 0.28, Yellow = 0.58 and Black (K on CMYK) = 0.76.

Color convert

RGB604325-
CMYK00.280.580.76
HSL30.86º41.18%16.67%-
HSV(B)30.86º58.33%23.53%-
XYZ2.92.761.3-
YUV46.03116.13137.96-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 46.88%
GREEN value IS 43 (17.19% from 255) = 33.59%
BLUE value IS 25 (10.16% from 255) = 19.53%
R=46.88%
G=33.59%
B=19.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.58
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal60432500.280.580.7630.8641.1816.67
Hex3C2B1901C3A4C1f2911
Octal74533103472114375121
Binary1111001010111100101110011101010011001111110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C2B19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,43,25); }

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

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

 a { background-color: rgb(60,43,25); }

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

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

 span { border-color: rgb(60,43,25); }

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