#3C3529

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

Shades of Creole #3C3529

Tints of Creole #3C3529

Color information

#3C3529 (or 0x3C3529) is unknown color: approx Creole. HEX triplet: 3C, 35 and 29. RGB value is (60,53,41). Sum of RGB (Red+Green+Blue) = 60+53+41=154 (20% of max value = 765). Red value is 60 (23.83% from 255 or 38.96% from 154); Green value is 53 (21.09% from 255 or 34.42% from 154); Blue value is 41 (16.41% from 255 or 26.62% from 154); Max value from RGB is 60 - color contains mainly: red. Hex color #3C3529 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C3529 is #C3CAD6. Grayscale: #353535. Windows color (decimal): -12831447 or 2700604. OLE color: 2700604.

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

Color convert

RGB605341-
CMYK00.120.320.76
HSL37.89º18.81%19.8%-
HSV(B)37.89º31.67%23.53%-
XYZ3.543.672.62-
YUV53.72120.82132.48-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 38.96%
GREEN value IS 53 (21.09% from 255) = 34.42%
BLUE value IS 41 (16.41% from 255) = 26.62%
R=38.96%
G=34.42%
B=26.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.32
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal60534100.120.320.7637.8918.8119.8
Hex3C35290C204C261314
Octal74655101440114462324
Binary1111001101011010010110010000010011001001101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C3529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,53,41); }

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

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

 a { background-color: rgb(60,53,41); }

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

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

 span { border-color: rgb(60,53,41); }

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