#3C342C

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

Shades of Jacko Bean #3C342C

Tints of Jacko Bean #3C342C

Color information

#3C342C (or 0x3C342C) is unknown color: approx Jacko Bean. HEX triplet: 3C, 34 and 2C. RGB value is (60,52,44). Sum of RGB (Red+Green+Blue) = 60+52+44=156 (20% of max value = 765). Red value is 60 (23.83% from 255 or 38.46% from 156); Green value is 52 (20.70% from 255 or 33.33% from 156); Blue value is 44 (17.58% from 255 or 28.21% from 156); Max value from RGB is 60 - color contains mainly: red. Hex color #3C342C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C342C is #C3CBD3. Grayscale: #353535. Windows color (decimal): -12831700 or 2896956. OLE color: 2896956.

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

Color convert

RGB605244-
CMYK00.130.270.76
HSL30º15.38%20.39%-
HSV(B)30º26.67%23.53%-
XYZ3.553.62.89-
YUV53.48122.65132.65-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 38.46%
GREEN value IS 52 (20.70% from 255) = 33.33%
BLUE value IS 44 (17.58% from 255) = 28.21%
R=38.46%
G=33.33%
B=28.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.27
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal60524400.130.270.763015.3820.39
Hex3C342C0D1B4C1ef14
Octal74645401533114361724
Binary1111001101001011000110111011100110011110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C342C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,52,44); }

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

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

 a { background-color: rgb(60,52,44); }

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

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

 span { border-color: rgb(60,52,44); }

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