#3D331E

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

Shades of Mikado #3D331E

Tints of Mikado #3D331E

Color information

#3D331E (or 0x3D331E) is unknown color: approx Mikado. HEX triplet: 3D, 33 and 1E. RGB value is (61,51,30). Sum of RGB (Red+Green+Blue) = 61+51+30=142 (18% of max value = 765). Red value is 61 (24.22% from 255 or 42.96% from 142); Green value is 51 (20.31% from 255 or 35.92% from 142); Blue value is 30 (12.11% from 255 or 21.13% from 142); Max value from RGB is 61 - color contains mainly: red. Hex color #3D331E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D331E is #C2CCE1. Grayscale: #333333. Windows color (decimal): -12766434 or 1979197. OLE color: 1979197.

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

Color convert

RGB615130-
CMYK00.160.510.76
HSL40.65º34.07%17.84%-
HSV(B)40.65º50.82%23.92%-
XYZ3.343.451.72-
YUV51.6115.81134.71-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 42.96%
GREEN value IS 51 (20.31% from 255) = 35.92%
BLUE value IS 30 (12.11% from 255) = 21.13%
R=42.96%
G=35.92%
B=21.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.51
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal61513000.160.510.7640.6534.0717.84
Hex3D331E010334C292212
Octal75633602063114514222
Binary11110111001111110010000110011100110010100110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D331E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,51,30); }

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

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

 a { background-color: rgb(61,51,30); }

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

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

 span { border-color: rgb(61,51,30); }

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