#3C3321

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

Shades of Mikado #3C3321

Tints of Mikado #3C3321

Color information

#3C3321 (or 0x3C3321) is unknown color: approx Mikado. HEX triplet: 3C, 33 and 21. RGB value is (60,51,33). Sum of RGB (Red+Green+Blue) = 60+51+33=144 (19% of max value = 765). Red value is 60 (23.83% from 255 or 41.67% from 144); Green value is 51 (20.31% from 255 or 35.42% from 144); Blue value is 33 (13.28% from 255 or 22.92% from 144); Max value from RGB is 60 - color contains mainly: red. Hex color #3C3321 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C3321 is #C3CCDE. Grayscale: #333333. Windows color (decimal): -12831967 or 2175804. OLE color: 2175804.

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

Color convert

RGB605133-
CMYK00.150.450.76
HSL40º29.03%18.24%-
HSV(B)40º45%23.53%-
XYZ3.323.441.93-
YUV51.64117.48133.96-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 41.67%
GREEN value IS 51 (20.31% from 255) = 35.42%
BLUE value IS 33 (13.28% from 255) = 22.92%
R=41.67%
G=35.42%
B=22.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.45
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal60513300.150.450.764029.0318.24
Hex3C33210F2D4C281d12
Octal74634101755114503522
Binary1111001100111000010111110110110011001010001110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C3321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,51,33); }

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

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

 a { background-color: rgb(60,51,33); }

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

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

 span { border-color: rgb(60,51,33); }

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