#3C311D

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

Shades of Mikado #3C311D

Tints of Mikado #3C311D

Color information

#3C311D (or 0x3C311D) is unknown color: approx Mikado. HEX triplet: 3C, 31 and 1D. RGB value is (60,49,29). Sum of RGB (Red+Green+Blue) = 60+49+29=138 (18% of max value = 765). Red value is 60 (23.83% from 255 or 43.48% from 138); Green value is 49 (19.53% from 255 or 35.51% from 138); Blue value is 29 (11.72% from 255 or 21.01% from 138); Max value from RGB is 60 - color contains mainly: red. Hex color #3C311D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C311D is #C3CEE2. Grayscale: #323232. Windows color (decimal): -12832483 or 1913148. OLE color: 1913148.

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

Color convert

RGB604929-
CMYK00.180.520.76
HSL38.71º34.83%17.45%-
HSV(B)38.71º51.67%23.53%-
XYZ3.183.251.62-
YUV50.01116.14135.13-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 43.48%
GREEN value IS 49 (19.53% from 255) = 35.51%
BLUE value IS 29 (11.72% from 255) = 21.01%
R=43.48%
G=35.51%
B=21.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.52
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal60492900.180.520.7638.7134.8317.45
Hex3C311D012344C272311
Octal74613502264114474321
Binary11110011000111101010010110100100110010011110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C311D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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