#3D371F

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

Shades of Mikado #3D371F

Tints of Mikado #3D371F

Color information

#3D371F (or 0x3D371F) is unknown color: approx Mikado. HEX triplet: 3D, 37 and 1F. RGB value is (61,55,31). Sum of RGB (Red+Green+Blue) = 61+55+31=147 (19% of max value = 765). Red value is 61 (24.22% from 255 or 41.50% from 147); Green value is 55 (21.88% from 255 or 37.41% from 147); Blue value is 31 (12.5% from 255 or 21.09% from 147); Max value from RGB is 61 - color contains mainly: red. Hex color #3D371F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D371F is #C2C8E0. Grayscale: #363636. Windows color (decimal): -12765409 or 2045757. OLE color: 2045757.

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

Color convert

RGB615531-
CMYK00.100.490.76
HSL48º32.61%18.04%-
HSV(B)48º49.18%23.92%-
XYZ3.543.821.85-
YUV54.06114.99132.95-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 41.50%
GREEN value IS 55 (21.88% from 255) = 37.41%
BLUE value IS 31 (12.5% from 255) = 21.09%
R=41.50%
G=37.41%
B=21.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.49
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal61553100.100.490.764832.6118.04
Hex3D371F0A314C302112
Octal75673701261114604122
Binary1111011101111111101010110001100110011000010000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D371F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,55,31); }

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

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

 a { background-color: rgb(61,55,31); }

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

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

 span { border-color: rgb(61,55,31); }

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