#3D3104

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

Shades of Mikado #3D3104

Tints of Mikado #3D3104

Color information

#3D3104 (or 0x3D3104) is unknown color: approx Mikado. HEX triplet: 3D, 31 and 04. RGB value is (61,49,4). Sum of RGB (Red+Green+Blue) = 61+49+4=114 (15% of max value = 765). Red value is 61 (24.22% from 255 or 53.51% from 114); Green value is 49 (19.53% from 255 or 42.98% from 114); Blue value is 4 (1.95% from 255 or 3.51% from 114); Max value from RGB is 61 - color contains mainly: red. Hex color #3D3104 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D3104 is #C2CEFB. Grayscale: #2F2F2F. Windows color (decimal): -12766972 or 274749. OLE color: 274749.

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

Color convert

RGB61494-
CMYK00.200.930.76
HSL47.37º87.69%12.75%-
HSV(B)47.37º93.44%23.92%-
XYZ3.043.20.57-
YUV47.46103.48137.66-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 53.51%
GREEN value IS 49 (19.53% from 255) = 42.98%
BLUE value IS 4 (1.95% from 255) = 3.51%
R=53.51%
G=42.98%
B=3.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.93
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6149400.200.930.7647.3787.6912.75
Hex3D3140145D4C2f58d
Octal756140241351145713015
Binary1111011100011000101001011101100110010111110110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D3104

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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