#3C341D

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

Shades of Mikado #3C341D

Tints of Mikado #3C341D

Color information

#3C341D (or 0x3C341D) is unknown color: approx Mikado. HEX triplet: 3C, 34 and 1D. RGB value is (60,52,29). Sum of RGB (Red+Green+Blue) = 60+52+29=141 (18% of max value = 765). Red value is 60 (23.83% from 255 or 42.55% from 141); Green value is 52 (20.70% from 255 or 36.88% from 141); Blue value is 29 (11.72% from 255 or 20.57% from 141); Max value from RGB is 60 - color contains mainly: red. Hex color #3C341D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C341D is #C3CBE2. Grayscale: #333333. Windows color (decimal): -12831715 or 1913916. OLE color: 1913916.

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

Color convert

RGB605229-
CMYK00.130.520.76
HSL44.52º34.83%17.45%-
HSV(B)44.52º51.67%23.53%-
XYZ3.313.511.66-
YUV51.77115.15133.87-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 42.55%
GREEN value IS 52 (20.70% from 255) = 36.88%
BLUE value IS 29 (11.72% from 255) = 20.57%
R=42.55%
G=36.88%
B=20.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.52
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal60522900.130.520.7644.5234.8317.45
Hex3C341D0D344C2d2311
Octal74643501564114554321
Binary1111001101001110101101110100100110010110110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C341D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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