#3C3421

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

Shades of Mikado #3C3421

Tints of Mikado #3C3421

Color information

#3C3421 (or 0x3C3421) is unknown color: approx Mikado. HEX triplet: 3C, 34 and 21. RGB value is (60,52,33). Sum of RGB (Red+Green+Blue) = 60+52+33=145 (19% of max value = 765). Red value is 60 (23.83% from 255 or 41.38% from 145); Green value is 52 (20.70% from 255 or 35.86% from 145); Blue value is 33 (13.28% from 255 or 22.76% from 145); Max value from RGB is 60 - color contains mainly: red. Hex color #3C3421 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C3421 is #C3CBDE. Grayscale: #343434. Windows color (decimal): -12831711 or 2176060. OLE color: 2176060.

HSL color Cylindrical-coordinate representation of color #3C3421: hue angle of 42.22º 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 #3C3421 is Cyan = 0, Magento = 0.13, Yellow = 0.45 and Black (K on CMYK) = 0.76.

Color convert

RGB605233-
CMYK00.130.450.76
HSL42.22º29.03%18.24%-
HSV(B)42.22º45%23.53%-
XYZ3.373.531.94-
YUV52.23117.15133.54-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 41.38%
GREEN value IS 52 (20.70% from 255) = 35.86%
BLUE value IS 33 (13.28% from 255) = 22.76%
R=41.38%
G=35.86%
B=22.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.45
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal60523300.130.450.7642.2229.0318.24
Hex3C34210D2D4C2a1d12
Octal74644101555114523522
Binary1111001101001000010110110110110011001010101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C3421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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