#3D371A

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

Shades of Mikado #3D371A

Tints of Mikado #3D371A

Color information

#3D371A (or 0x3D371A) is unknown color: approx Mikado. HEX triplet: 3D, 37 and 1A. RGB value is (61,55,26). Sum of RGB (Red+Green+Blue) = 61+55+26=142 (18% of max value = 765). Red value is 61 (24.22% from 255 or 42.96% from 142); Green value is 55 (21.88% from 255 or 38.73% from 142); Blue value is 26 (10.55% from 255 or 18.31% from 142); Max value from RGB is 61 - color contains mainly: red. Hex color #3D371A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D371A is #C2C8E5. Grayscale: #353535. Windows color (decimal): -12765414 or 1718077. OLE color: 1718077.

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

Color convert

RGB615526-
CMYK00.100.570.76
HSL49.71º40.23%17.06%-
HSV(B)49.71º57.38%23.92%-
XYZ3.483.81.53-
YUV53.49112.49133.36-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 42.96%
GREEN value IS 55 (21.88% from 255) = 38.73%
BLUE value IS 26 (10.55% from 255) = 18.31%
R=42.96%
G=38.73%
B=18.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.57
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal61552600.100.570.7649.7140.2317.06
Hex3D371A0A394C322811
Octal75673201271114625021
Binary1111011101111101001010111001100110011001010100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D371A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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