#3C3111

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

Shades of Mikado #3C3111

Tints of Mikado #3C3111

Color information

#3C3111 (or 0x3C3111) is unknown color: approx Mikado. HEX triplet: 3C, 31 and 11. RGB value is (60,49,17). Sum of RGB (Red+Green+Blue) = 60+49+17=126 (16% of max value = 765). Red value is 60 (23.83% from 255 or 47.62% from 126); Green value is 49 (19.53% from 255 or 38.89% from 126); Blue value is 17 (7.03% from 255 or 13.49% from 126); Max value from RGB is 60 - color contains mainly: red. Hex color #3C3111 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C3111 is #C3CEEE. Grayscale: #303030. Windows color (decimal): -12832495 or 1126716. OLE color: 1126716.

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

Color convert

RGB604917-
CMYK00.180.720.76
HSL44.65º55.84%15.1%-
HSV(B)44.65º71.67%23.53%-
XYZ3.063.20.99-
YUV48.64110.14136.1-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 47.62%
GREEN value IS 49 (19.53% from 255) = 38.89%
BLUE value IS 17 (7.03% from 255) = 13.49%
R=47.62%
G=38.89%
B=13.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.72
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal60491700.180.720.7644.6555.8415.1
Hex3C3111012484C2d38f
Octal746121022110114557017
Binary11110011000110001010010100100010011001011011110001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C3111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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