#3D3404

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

Shades of Mikado #3D3404

Tints of Mikado #3D3404

Color information

#3D3404 (or 0x3D3404) is unknown color: approx Mikado. HEX triplet: 3D, 34 and 04. RGB value is (61,52,4). Sum of RGB (Red+Green+Blue) = 61+52+4=117 (15% of max value = 765). Red value is 61 (24.22% from 255 or 52.14% from 117); Green value is 52 (20.70% from 255 or 44.44% from 117); Blue value is 4 (1.95% from 255 or 3.42% from 117); Max value from RGB is 61 - color contains mainly: red. Hex color #3D3404 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D3404 is #C2CBFB. Grayscale: #313131. Windows color (decimal): -12766204 or 275517. OLE color: 275517.

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

Color convert

RGB61524-
CMYK00.150.930.76
HSL50.53º87.69%12.75%-
HSV(B)50.53º93.44%23.92%-
XYZ3.173.460.61-
YUV49.22102.48136.4-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 52.14%
GREEN value IS 52 (20.70% from 255) = 44.44%
BLUE value IS 4 (1.95% from 255) = 3.42%
R=52.14%
G=44.44%
B=3.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.93
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6152400.150.930.7650.5387.6912.75
Hex3D3440F5D4C3358d
Octal756440171351146313015
Binary111101110100100011111011101100110011001110110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D3404

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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