#3D3103

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

Shades of Mikado #3D3103

Tints of Mikado #3D3103

Color information

#3D3103 (or 0x3D3103) is unknown color: approx Mikado. HEX triplet: 3D, 31 and 03. RGB value is (61,49,3). Sum of RGB (Red+Green+Blue) = 61+49+3=113 (14% of max value = 765). Red value is 61 (24.22% from 255 or 53.98% from 113); Green value is 49 (19.53% from 255 or 43.36% from 113); Blue value is 3 (1.56% from 255 or 2.65% from 113); Max value from RGB is 61 - color contains mainly: red. Hex color #3D3103 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D3103 is #C2CEFC. Grayscale: #2F2F2F. Windows color (decimal): -12766973 or 209213. OLE color: 209213.

HSL color Cylindrical-coordinate representation of color #3D3103: hue angle of 47.59º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3D3103 is Cyan = 0, Magento = 0.20, Yellow = 0.95 and Black (K on CMYK) = 0.76.

Color convert

RGB61493-
CMYK00.200.950.76
HSL47.59º90.62%12.55%-
HSV(B)47.59º95.08%23.92%-
XYZ3.043.20.54-
YUV47.34102.98137.74-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 53.98%
GREEN value IS 49 (19.53% from 255) = 43.36%
BLUE value IS 3 (1.56% from 255) = 2.65%
R=53.98%
G=43.36%
B=2.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.95
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6149300.200.950.7647.5990.6212.55
Hex3D3130145F4C305bd
Octal756130241371146013315
Binary111101110001110101001011111100110011000010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D3103

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,49,3); }

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

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

 a { background-color: rgb(61,49,3); }

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

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

 span { border-color: rgb(61,49,3); }

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