#3D311C

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

Shades of Mikado #3D311C

Tints of Mikado #3D311C

Color information

#3D311C (or 0x3D311C) is unknown color: approx Mikado. HEX triplet: 3D, 31 and 1C. RGB value is (61,49,28). Sum of RGB (Red+Green+Blue) = 61+49+28=138 (18% of max value = 765). Red value is 61 (24.22% from 255 or 44.20% from 138); Green value is 49 (19.53% from 255 or 35.51% from 138); Blue value is 28 (11.33% from 255 or 20.29% from 138); Max value from RGB is 61 - color contains mainly: red. Hex color #3D311C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D311C is #C2CEE3. Grayscale: #323232. Windows color (decimal): -12766948 or 1847613. OLE color: 1847613.

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

Color convert

RGB614928-
CMYK00.200.540.76
HSL38.18º37.08%17.45%-
HSV(B)38.18º54.1%23.92%-
XYZ3.233.271.56-
YUV50.19115.48135.71-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 44.20%
GREEN value IS 49 (19.53% from 255) = 35.51%
BLUE value IS 28 (11.33% from 255) = 20.29%
R=44.20%
G=35.51%
B=20.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.54
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal61492800.200.540.7638.1837.0817.45
Hex3D311C014364C262511
Octal75613402466114464521
Binary11110111000111100010100110110100110010011010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D311C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,49,28); }

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

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

 a { background-color: rgb(61,49,28); }

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

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

 span { border-color: rgb(61,49,28); }

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