#3C3228

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

Shades of Cola #3C3228

Tints of Cola #3C3228

Color information

#3C3228 (or 0x3C3228) is unknown color: approx Cola. HEX triplet: 3C, 32 and 28. RGB value is (60,50,40). Sum of RGB (Red+Green+Blue) = 60+50+40=150 (19% of max value = 765). Red value is 60 (23.83% from 255 or 40% from 150); Green value is 50 (19.92% from 255 or 33.33% from 150); Blue value is 40 (16.02% from 255 or 26.67% from 150); Max value from RGB is 60 - color contains mainly: red. Hex color #3C3228 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C3228 is #C3CDD7. Grayscale: #333333. Windows color (decimal): -12832216 or 2634300. OLE color: 2634300.

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

Color convert

RGB605040-
CMYK00.170.330.76
HSL30º20%19.61%-
HSV(B)30º33.33%23.53%-
XYZ3.393.42.48-
YUV51.85121.31133.81-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 40%
GREEN value IS 50 (19.92% from 255) = 33.33%
BLUE value IS 40 (16.02% from 255) = 26.67%
R=40%
G=33.33%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.33
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal60504000.170.330.76302019.61
Hex3C3228011214C1e1414
Octal74625002141114362424
Binary1111001100101010000100011000011001100111101010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C3228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,50,40); }

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

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

 a { background-color: rgb(60,50,40); }

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

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

 span { border-color: rgb(60,50,40); }

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