#3D3720

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

Shades of Mikado #3D3720

Tints of Mikado #3D3720

Color information

#3D3720 (or 0x3D3720) is unknown color: approx Mikado. HEX triplet: 3D, 37 and 20. RGB value is (61,55,32). Sum of RGB (Red+Green+Blue) = 61+55+32=148 (19% of max value = 765). Red value is 61 (24.22% from 255 or 41.22% from 148); Green value is 55 (21.88% from 255 or 37.16% from 148); Blue value is 32 (12.89% from 255 or 21.62% from 148); Max value from RGB is 61 - color contains mainly: red. Hex color #3D3720 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D3720 is #C2C8DF. Grayscale: #363636. Windows color (decimal): -12765408 or 2111293. OLE color: 2111293.

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

Color convert

RGB615532-
CMYK00.100.480.76
HSL47.59º31.18%18.24%-
HSV(B)47.59º47.54%23.92%-
XYZ3.553.831.92-
YUV54.17115.49132.87-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 41.22%
GREEN value IS 55 (21.88% from 255) = 37.16%
BLUE value IS 32 (12.89% from 255) = 21.62%
R=41.22%
G=37.16%
B=21.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.48
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal61553200.100.480.7647.5931.1818.24
Hex3D37200A304C301f12
Octal75674001260114603722
Binary1111011101111000000101011000010011001100001111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D3720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,55,32); }

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

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

 a { background-color: rgb(61,55,32); }

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

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

 span { border-color: rgb(61,55,32); }

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