#3D3618

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

Shades of Mikado #3D3618

Tints of Mikado #3D3618

Color information

#3D3618 (or 0x3D3618) is unknown color: approx Mikado. HEX triplet: 3D, 36 and 18. RGB value is (61,54,24). Sum of RGB (Red+Green+Blue) = 61+54+24=139 (18% of max value = 765). Red value is 61 (24.22% from 255 or 43.88% from 139); Green value is 54 (21.48% from 255 or 38.85% from 139); Blue value is 24 (9.77% from 255 or 17.27% from 139); Max value from RGB is 61 - color contains mainly: red. Hex color #3D3618 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D3618 is #C2C9E7. Grayscale: #343434. Windows color (decimal): -12765672 or 1586749. OLE color: 1586749.

HSL color Cylindrical-coordinate representation of color #3D3618: hue angle of 48.65º degrees, saturation: 0.44, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3D3618 is Cyan = 0, Magento = 0.11, Yellow = 0.61 and Black (K on CMYK) = 0.76.

Color convert

RGB615424-
CMYK00.110.610.76
HSL48.65º43.53%16.67%-
HSV(B)48.65º60.66%23.92%-
XYZ3.413.71.4-
YUV52.67111.82133.94-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 43.88%
GREEN value IS 54 (21.48% from 255) = 38.85%
BLUE value IS 24 (9.77% from 255) = 17.27%
R=43.88%
G=38.85%
B=17.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.61
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal61542400.110.610.7648.6543.5316.67
Hex3D36180B3D4C312c11
Octal75663001375114615421
Binary1111011101101100001011111101100110011000110110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D3618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,54,24); }

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

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

 a { background-color: rgb(61,54,24); }

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

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

 span { border-color: rgb(61,54,24); }

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