#3D3620

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

Shades of Mikado #3D3620

Tints of Mikado #3D3620

Color information

#3D3620 (or 0x3D3620) is unknown color: approx Mikado. HEX triplet: 3D, 36 and 20. RGB value is (61,54,32). Sum of RGB (Red+Green+Blue) = 61+54+32=147 (19% of max value = 765). Red value is 61 (24.22% from 255 or 41.50% from 147); Green value is 54 (21.48% from 255 or 36.73% from 147); Blue value is 32 (12.89% from 255 or 21.77% from 147); Max value from RGB is 61 - color contains mainly: red. Hex color #3D3620 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D3620 is #C2C9DF. Grayscale: #353535. Windows color (decimal): -12765664 or 2111037. OLE color: 2111037.

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

Color convert

RGB615432-
CMYK00.110.480.76
HSL45.52º31.18%18.24%-
HSV(B)45.52º47.54%23.92%-
XYZ3.53.731.9-
YUV53.58115.82133.29-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 41.50%
GREEN value IS 54 (21.48% from 255) = 36.73%
BLUE value IS 32 (12.89% from 255) = 21.77%
R=41.50%
G=36.73%
B=21.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.48
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal61543200.110.480.7645.5231.1818.24
Hex3D36200B304C2e1f12
Octal75664001360114563722
Binary1111011101101000000101111000010011001011101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D3620

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,54,32); }

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

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

 a { background-color: rgb(61,54,32); }

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

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

 span { border-color: rgb(61,54,32); }

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