#3D301C

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

Shades of Mikado #3D301C

Tints of Mikado #3D301C

Color information

#3D301C (or 0x3D301C) is unknown color: approx Mikado. HEX triplet: 3D, 30 and 1C. RGB value is (61,48,28). Sum of RGB (Red+Green+Blue) = 61+48+28=137 (18% of max value = 765). Red value is 61 (24.22% from 255 or 44.53% from 137); Green value is 48 (19.14% from 255 or 35.04% from 137); Blue value is 28 (11.33% from 255 or 20.44% from 137); Max value from RGB is 61 - color contains mainly: red. Hex color #3D301C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D301C is #C2CFE3. Grayscale: #313131. Windows color (decimal): -12767204 or 1847357. OLE color: 1847357.

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

Color convert

RGB614828-
CMYK00.210.540.76
HSL36.36º37.08%17.45%-
HSV(B)36.36º54.1%23.92%-
XYZ3.193.191.55-
YUV49.61115.81136.13-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 44.53%
GREEN value IS 48 (19.14% from 255) = 35.04%
BLUE value IS 28 (11.33% from 255) = 20.44%
R=44.53%
G=35.04%
B=20.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.54
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal61482800.210.540.7636.3637.0817.45
Hex3D301C015364C242511
Octal75603402566114444521
Binary11110111000011100010101110110100110010010010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D301C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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