#3C2C20

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

Shades of Bistre #3C2C20

Tints of Bistre #3C2C20

Color information

#3C2C20 (or 0x3C2C20) is unknown color: approx Bistre. HEX triplet: 3C, 2C and 20. RGB value is (60,44,32). Sum of RGB (Red+Green+Blue) = 60+44+32=136 (18% of max value = 765). Red value is 60 (23.83% from 255 or 44.12% from 136); Green value is 44 (17.58% from 255 or 32.35% from 136); Blue value is 32 (12.89% from 255 or 23.53% from 136); Max value from RGB is 60 - color contains mainly: red. Hex color #3C2C20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C2C20 is #C3D3DF. Grayscale: #2F2F2F. Windows color (decimal): -12833760 or 2108476. OLE color: 2108476.

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

Color convert

RGB604432-
CMYK00.270.470.76
HSL25.71º30.43%18.04%-
HSV(B)25.71º46.67%23.53%-
XYZ3.022.871.76-
YUV47.42119.3136.98-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 44.12%
GREEN value IS 44 (17.58% from 255) = 32.35%
BLUE value IS 32 (12.89% from 255) = 23.53%
R=44.12%
G=32.35%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.47
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal60443200.270.470.7625.7130.4318.04
Hex3C2C2001B2F4C1a1e12
Octal74544003357114323622
Binary1111001011001000000110111011111001100110101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C2C20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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