#3D3504

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

Shades of Mikado #3D3504

Tints of Mikado #3D3504

Color information

#3D3504 (or 0x3D3504) is unknown color: approx Mikado. HEX triplet: 3D, 35 and 04. RGB value is (61,53,4). Sum of RGB (Red+Green+Blue) = 61+53+4=118 (15% of max value = 765). Red value is 61 (24.22% from 255 or 51.69% from 118); Green value is 53 (21.09% from 255 or 44.92% from 118); Blue value is 4 (1.95% from 255 or 3.39% from 118); Max value from RGB is 61 - color contains mainly: red. Hex color #3D3504 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D3504 is #C2CAFB. Grayscale: #323232. Windows color (decimal): -12765948 or 275773. OLE color: 275773.

HSL color Cylindrical-coordinate representation of color #3D3504: hue angle of 51.58º 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 #3D3504 is Cyan = 0, Magento = 0.13, Yellow = 0.93 and Black (K on CMYK) = 0.76.

Color convert

RGB61534-
CMYK00.130.930.76
HSL51.58º87.69%12.75%-
HSV(B)51.58º93.44%23.92%-
XYZ3.223.550.63-
YUV49.81102.15135.98-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 51.69%
GREEN value IS 53 (21.09% from 255) = 44.92%
BLUE value IS 4 (1.95% from 255) = 3.39%
R=51.69%
G=44.92%
B=3.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.93
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6153400.130.930.7651.5887.6912.75
Hex3D3540D5D4C3458d
Octal756540151351146413015
Binary111101110101100011011011101100110011010010110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D3504

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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