#3D3321

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

Shades of Mikado #3D3321

Tints of Mikado #3D3321

Color information

#3D3321 (or 0x3D3321) is unknown color: approx Mikado. HEX triplet: 3D, 33 and 21. RGB value is (61,51,33). Sum of RGB (Red+Green+Blue) = 61+51+33=145 (19% of max value = 765). Red value is 61 (24.22% from 255 or 42.07% from 145); Green value is 51 (20.31% from 255 or 35.17% from 145); Blue value is 33 (13.28% from 255 or 22.76% from 145); Max value from RGB is 61 - color contains mainly: red. Hex color #3D3321 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D3321 is #C2CCDE. Grayscale: #343434. Windows color (decimal): -12766431 or 2175805. OLE color: 2175805.

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

Color convert

RGB615133-
CMYK00.160.460.76
HSL38.57º29.79%18.43%-
HSV(B)38.57º45.9%23.92%-
XYZ3.383.471.93-
YUV51.94117.31134.46-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 42.07%
GREEN value IS 51 (20.31% from 255) = 35.17%
BLUE value IS 33 (13.28% from 255) = 22.76%
R=42.07%
G=35.17%
B=22.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.46
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal61513300.160.460.7638.5729.7918.43
Hex3D33210102E4C271e12
Octal75634102056114473622
Binary11110111001110000101000010111010011001001111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D3321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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